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 -Add a MAC parser for DTS allowing u-boot-env as MAC source
André Valentin (5): tools/mkrasimage: Add support for 128k header size ar71xx: fix bug in NBG6716 kernelpacking, add firmware partition allowing ath79 update ath79: add support for ZyXEL NBG6716 target/generic: add ascii search option to mtd-mac-address helper ath79/zyxel_nbg6716: add macs from uboot-env partition target/linux/ar71xx/image/legacy.mk | 6 +- .../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 | 1 + .../ath79/base-files/lib/upgrade/platform.sh | 3 + target/linux/ath79/dts/qca9557.dtsi | 18 + .../linux/ath79/dts/qca9558_zyxel_nbg6716.dts | 309 ++++++++++++++++++ target/linux/ath79/image/Makefile | 2 + target/linux/ath79/image/common-zyxel.mk | 28 ++ target/linux/ath79/image/nand-zyxel.mk | 20 ++ ...ET-add-of_get_mac_address_mtd_search.patch | 96 ++++++ ...ET-add-of_get_mac_address_mtd_search.patch | 96 ++++++ tools/firmware-utils/src/mkrasimage.c | 12 +- 14 files changed, 601 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 create mode 100644 target/linux/generic/hack-4.14/680-NET-add-of_get_mac_address_mtd_search.patch create mode 100644 target/linux/generic/hack-4.19/680-NET-add-of_get_mac_address_mtd_search.patch -- 2.20.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel