This series adds support for the D-Link DAP-2695-A1 to the ath79 target. Also available in my staging tree at [0].
Successfully tested sysupgrade from ar71xx to ath79. [0] https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=summary Stijn Tintel (4): mtd: enable wrgg support for ath79 ath79: enable wrgg MTD splitter ath79: use separate file for generic D-Link images ath79: add support for D-Link DAP-2695-A1 package/system/mtd/src/Makefile | 2 +- target/linux/ath79/config-4.19 | 1 + target/linux/ath79/config-5.4 | 1 + .../ath79/dts/qca9558_dlink_dap-2695-a1.dts | 172 ++++++++++++++++++ .../generic/base-files/etc/board.d/01_leds | 5 + .../generic/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom | 4 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 4 + .../etc/uci-defaults/09_fix-checksum | 8 + .../base-files/lib/preinit/10_fix_eth_mac.sh | 5 + target/linux/ath79/image/Makefile | 1 + target/linux/ath79/image/generic-dlink.mk | 147 +++++++++++++++ target/linux/ath79/image/generic.mk | 115 ------------ 13 files changed, 355 insertions(+), 116 deletions(-) create mode 100644 target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts create mode 100644 target/linux/ath79/image/generic-dlink.mk -- 2.26.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
