These 2 patches update the older ones. Improvements are: -Switch LEDs working -Buttons and LEDs renamed
The sysupgrade support has been moved to a separate patch. As there will be an update to handling of NAND storage, I will rework it as soon as possible. Also the patch for fstools has been removed because of this. I remommend you to apply it: https://lists.openwrt.org/pipermail/openwrt-devel/2014-March/024435.html if you want to use the image in the meantime. ZyXEL has given me the tools for ras.bin image generation. As soon as they ack it is GPL I will add this. IF you have any hints or improvements please tell. André Valentin (2): ar71xx: add support for ZyXEL NBG 6716 ar71xx: add beta sysupgrade support for ZyXEL NBG 6716 package/boot/uboot-envtools/files/ar71xx | 3 + target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 8 + .../ar71xx/base-files/etc/uci-defaults/02_network | 7 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 21 +- target/linux/ar71xx/config-3.10 | 1 + .../ar71xx/files/arch/mips/ath79/mach-nbg6716.c | 285 ++++++++++++++++++++ target/linux/ar71xx/image/Makefile | 42 +++ target/linux/ar71xx/image/ubinize-nbg6716.ini | 29 ++ target/linux/ar71xx/nand/config-default | 4 +- target/linux/ar71xx/nand/profiles/zyxel.mk | 18 ++ .../patches-3.10/704-MIPS-ath79-add-NBG6716.patch | 37 +++ 13 files changed, 458 insertions(+), 3 deletions(-) create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c create mode 100644 target/linux/ar71xx/image/ubinize-nbg6716.ini create mode 100644 target/linux/ar71xx/nand/profiles/zyxel.mk create mode 100644 target/linux/ar71xx/patches-3.10/704-MIPS-ath79-add-NBG6716.patch -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
