[LEDE-DEV] [PATCH v2 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

Ash Benz ash.benz at bk.ru
Mon May 9 08:59:44 PDT 2016


Changes compared to patchset v1:
- include/image.mk: use TPlink safeloader from ar71xx.
- ../ipq806x/image/Makefile: use append-rootfs to properly generate images after change above.

Ash Benz (10):
  include/image.mk: Add TP-Link image safe-loader defintion
  fw-utils/tplink-safeloader.c: Add support for Archer C2600
  ipq806x: Add Archer C2600 to image/Makefile
  ipq806x/base-files: Add Archer C2600 LEDs and board
  ipq806x/base-files: Add support for Archer C2600
  ipq806x/base-files: extract ath10k caldata
  ipq806x/profiles: Add Archer C2600
  ipq806x/dts: Add Archer C2600
  kernel/mac80211: skip ath10k OTP check if caldata found
  kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

 include/image.mk                                   |  12 +
 .../patches/941-ath10k_skip_otp_check.patch        |  44 +++
 .../475-mtd-spi-nor-add-macronix-mx25u25635f.patch |  10 +
 .../linux/ipq806x/base-files/etc/board.d/01_leds   |   7 +
 .../ipq806x/base-files/etc/board.d/02_network      |   1 +
 .../etc/hotplug.d/firmware/11-ath10k-caldata       |  68 ++++
 target/linux/ipq806x/base-files/lib/ipq806x.sh     |   3 +
 .../ipq806x/base-files/lib/upgrade/platform.sh     |  20 +-
 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts    | 412 +++++++++++++++++++++
 target/linux/ipq806x/image/Makefile                |  29 +-
 target/linux/ipq806x/profiles/tplink.mk            |  20 +
 tools/firmware-utils/src/tplink-safeloader.c       | 114 +++++-
 12 files changed, 735 insertions(+), 5 deletions(-)
 create mode 100644 package/kernel/mac80211/patches/941-ath10k_skip_otp_check.patch
 create mode 100644 target/linux/generic/patches-3.18/475-mtd-spi-nor-add-macronix-mx25u25635f.patch
 create mode 100644 target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 create mode 100644 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts
 create mode 100644 target/linux/ipq806x/profiles/tplink.mk

-- 
2.1.4




More information about the Lede-dev mailing list