diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 19:58:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 19:58:23 +0000 |
commit | 4149ab5193d09ffdbaaaeb3c9f041ba212efb31c (patch) | |
tree | aaa8ab02aa041f02cd41ec001649c361d75dba5c /target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | |
parent | 7b85e2e527358a39b9ffb7755c37bda321885b52 (diff) | |
download | upstream-4149ab5193d09ffdbaaaeb3c9f041ba212efb31c.tar.gz upstream-4149ab5193d09ffdbaaaeb3c9f041ba212efb31c.tar.bz2 upstream-4149ab5193d09ffdbaaaeb3c9f041ba212efb31c.zip |
ar71xx: wndr4300: indicate WNDR3700v4 in the kernel support files
Apart from the wireless chip, the WNDR3700 v4 and the WNDR4300
is the same device. Indicate this in the kernel files.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40479
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch index 52d5794612..f05fc09fd9 100644 --- a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch @@ -125,7 +125,7 @@ + ATH79_MACH_WLR8100, /* SITECOM WLR-8100 */ + ATH79_MACH_WNDAP360, /* NETGEAR WNDAP360 */ + ATH79_MACH_WNDR3700, /* NETGEAR WNDR3700/WNDR3800/WNDRMAC */ -+ ATH79_MACH_WNDR4300, /* NETGEAR WNDR4300 */ ++ ATH79_MACH_WNDR4300, /* NETGEAR WNDR3700v4/WNDR4300 */ + ATH79_MACH_WNR2000, /* NETGEAR WNR2000 */ + ATH79_MACH_WNR2000_V3, /* NETGEAR WNR2000 v3 */ + ATH79_MACH_WNR2200, /* NETGEAR WNR2200 */ @@ -580,7 +580,7 @@ + select ATH79_DEV_USB + +config ATH79_MACH_WNDR4300 -+ bool "NETGEAR WNDR4300 board support" ++ bool "NETGEAR WNDR3700v4/WNDR4300 board support" + select SOC_AR934X + select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_ETH |