From a5e398abad5c1e1d5a85e76ca4b5678e2a0b6f93 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Apr 2014 08:29:05 +0000 Subject: ar71xx: add kernel support for ZyXEL NBG 6716 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this patch OpenWRT supports the following on the ZyXEL NBG 6716: -WiFi 2G (ath9k) -WiFi 5G (ath10k) -NAND flash -2 Ethernet interfaces -USB 2.0 -LEDs including switch -reasonale defaults at first boot Signed-off-by: André Valentin Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: - rename and refresh kernel patch, - fix a few typos, - change button key codes, - use zyxel prefix in LED names] Signed-off-by: Gabor Juhos SVN-Revision: 40499 --- target/linux/ar71xx/config-3.10 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/config-3.10') diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 10817ea..4eb4b9f 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -59,6 +59,7 @@ CONFIG_ATH79_MACH_MYNET_REXT=y CONFIG_ATH79_MACH_MZK_W04NU=y CONFIG_ATH79_MACH_MZK_W300NH=y CONFIG_ATH79_MACH_NBG460N=y +CONFIG_ATH79_MACH_NBG6716=y CONFIG_ATH79_MACH_OM2P=y CONFIG_ATH79_MACH_PB42=y CONFIG_ATH79_MACH_PB44=y -- cgit v1.1