diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:05 +0000 |
commit | fe8848910739865c381a29a4030f25ed26087a29 (patch) | |
tree | 7633f21e4ac0b04f8ba674256d214fe9aaf01739 /target/linux/ar71xx/nand/config-default | |
parent | b433167dcb1be5a0c260a9980241f04d90d4deca (diff) | |
download | master-187ad058-fe8848910739865c381a29a4030f25ed26087a29.tar.gz master-187ad058-fe8848910739865c381a29a4030f25ed26087a29.tar.bz2 master-187ad058-fe8848910739865c381a29a4030f25ed26087a29.zip |
ar71xx: add kernel support for ZyXEL NBG 6716
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 <avalentin@marcant.net>
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 <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/nand/config-default')
-rw-r--r-- | target/linux/ar71xx/nand/config-default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/nand/config-default b/target/linux/ar71xx/nand/config-default index 38e7a51165..a94b797c74 100644 --- a/target/linux/ar71xx/nand/config-default +++ b/target/linux/ar71xx/nand/config-default @@ -82,7 +82,7 @@ CONFIG_CMDLINE="rootfstype=squashfs noinitrd" # CONFIG_MICREL_PHY is not set # CONFIG_MTD_CFI is not set CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_M25P80 is not set +CONFIG_MTD_M25P80=y CONFIG_MTD_MAP_BANK_WIDTH_1=y CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_MYLOADER_PARTS is not set @@ -104,6 +104,6 @@ CONFIG_MTD_UBI_WL_THRESHOLD=4096 # CONFIG_SOC_AR71XX is not set # CONFIG_SOC_AR724X is not set # CONFIG_SOC_AR913X is not set -# CONFIG_SPI_ATH79 is not set +CONFIG_SPI_ATH79=y # CONFIG_SPI_BITBANG is not set # CONFIG_UBIFS_FS is not set |