This patchset does the following: -Fix image generation for old ar71xx images -Add a firmware partition the the old ar71xx images (allowing migration) -Add ath79 support for NBG6716
André Valentin (3): tools/mkrasimage: Add support for 128k header size ar71xx: fix bug in NBG6716 kernelpacking, add firmware partition ath79: add support for ZyXEL NBG6716 target/linux/ar71xx/image/legacy.mk | 5 +- .../ath79/base-files/etc/board.d/02_network | 8 + .../etc/hotplug.d/firmware/10-ath9k-eeprom | 4 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 4 + .../etc/hotplug.d/ieee80211/00-wifi-migration | 3 +- .../ath79/base-files/lib/upgrade/platform.sh | 3 + target/linux/ath79/dts/qca9557.dtsi | 18 ++ .../linux/ath79/dts/qca9558_zyxel_nbg6716.dts | 296 ++++++++++++++++++ target/linux/ath79/image/Makefile | 1 + target/linux/ath79/image/common-zyxel.mk | 29 ++ target/linux/ath79/image/nand-zyxel.mk | 21 ++ tools/firmware-utils/src/mkrasimage.c | 11 +- 12 files changed, 397 insertions(+), 6 deletions(-) create mode 100644 target/linux/ath79/dts/qca9558_zyxel_nbg6716.dts create mode 100644 target/linux/ath79/image/common-zyxel.mk create mode 100644 target/linux/ath79/image/nand-zyxel.mk -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
