[OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

Adrian Panella ianchi74 at outlook.com
Thu Mar 31 20:35:20 EDT 2016


From: Adrian Panella <ianchi74 at outlook.com>

 

 

This patchset adds support for the Linksys AC2600 EA8500 router.

 

 

Tested:

 

* Flashing from original webui using the factory images (it generates one
for original firmware 1.1.4.168206 an another for 1.1.4.169978, newer US
Firmwares are not supported due to signing) 

* Sysupgrading from within OpenWrt.

* wifi 2.4GHz and 5GHz.

 

Untested:

 

* Using the usb/esata port.

 

 

 

[PATCHSET 0/8]

        [PATCH 1/8] uboot-envtools: add support for Linksys EA8500

        [PATCH 2/8] bootargs: Add mangled bootargs for ATAG to DTB

        [PATCH 3/8] ath10k: ignore otp check

        [PATCH 4/8] caldata-utils: new package to manipulate ath10k

        

        [PATCH 5/8] Profile: add Linksys EA8500

        [PATCH 6/8] DTS: Add EA8500 device tree

        [PATCH 7/8] Firmware Image: add configuration for EA8500

        [PATCH 8/8] base-files: add basic support for Linksys EA8500

 

 

 

package/boot/uboot-envtools/Makefile                         |   4 +

package/boot/uboot-envtools/files/ipq806x                    |  26 ++

package/kernel/mac80211/patches/940-ath10k_ignore_otp_check  |  14 +

package/system/mtd/src/Makefile                              |   1 +

package/utils/caldata-utils/Makefile                         |  60 +++++

package/utils/caldata-utils/src/Makefile                     |   8 +

package/utils/caldata-utils/src/caldata.c                    | 213
++++++++++++++++

package/utils/caldata-utils/src/caldata.h                    |  42 +++

package/utils/caldata-utils/src/utils.c                      |  72 ++++++

target/linux/ipq806x/base-files/etc/board.d/01_leds          |   2 +

target/linux/ipq806x/base-files/etc/board.d/02_network       |  12 +

target/linux/ipq806x/base-files/etc/init.d/linksys_recovery  |  20 ++

target/linux/ipq806x/base-files/lib/ipq806x.sh               |   3 +

target/linux/ipq806x/base-files/lib/preinit/04_caldata       |  32 +++

target/linux/ipq806x/base-files/lib/upgrade/linksys.sh       |  88 +++++++

target/linux/ipq806x/base-files/lib/upgrade/platform.sh      |  19 +-

target/linux/ipq806x/config-3.18                             |   5 +-

.../ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts  | 368
+++++++++++++++++++++++++++

target/linux/ipq806x/image/Makefile                          |  22 +-

target/linux/ipq806x/image/ea8500_168206.tag                 | Bin 0 -> 255
bytes

target/linux/ipq806x/image/ea8500_169978.tag                 | Bin 0 -> 256
bytes

target/linux/ipq806x/modules.mk                              |   3 +

target/linux/ipq806x/patches-3.18/100-find_active_root.patch |  61 +++++

.../ipq806x/patches-3.18/110-ATAG-mangled-bootargs.patch     |  86 +++++++

.../patches-3.18/802-ARM-qcom-add-Linksys-EA8500-dts.patch   |  11 +

target/linux/ipq806x/profiles/linksys.mk                     |  22 ++

26 files changed, 1190 insertions(+), 4 deletions(-)

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20160331/5cd420dc/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list