[LEDE-DEV] [PATCH v3 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1
Ash Benz
ash.benz at bk.ru
Fri May 27 07:11:38 PDT 2016
This patchset requires the recently submitted QCA ipq806x kernel 4.4 patches.
Generated for blogic's staging tree.
Changes compared to v2:
- Minor updates for 4.4 bump.
Ash Benz (10):
include/image.mk: move build step tplink-safeloader to image.mk
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 DTS
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/936-ath10k_skip_otp_check.patch | 42 +++
target/linux/ar71xx/image/tp-link.mk | 12 -
.../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 +++++-
13 files changed, 733 insertions(+), 17 deletions(-)
create mode 100644 package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch
create mode 100644 target/linux/generic/patches-4.4/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