diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-07 18:59:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-07 18:59:15 +0000 |
commit | ad876993d3ddfe5b4e916bf2e7af9b8e3e9e1a4e (patch) | |
tree | 76356cf00f488179ff23dddef40f966b2e3fbd97 /target | |
parent | 28007326d43779f3c879b3d2362162b2ebb29417 (diff) | |
download | upstream-ad876993d3ddfe5b4e916bf2e7af9b8e3e9e1a4e.tar.gz upstream-ad876993d3ddfe5b4e916bf2e7af9b8e3e9e1a4e.tar.bz2 upstream-ad876993d3ddfe5b4e916bf2e7af9b8e3e9e1a4e.zip |
ar71xx: port missing ath79 machine entry for wndr3700 v4 to 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42044
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/610-MIPS-ath79-openwrt-machines.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.14/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.14/610-MIPS-ath79-openwrt-machines.patch index 2dfecd2fda..3669f266ec 100644 --- a/target/linux/ar71xx/patches-3.14/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.14/610-MIPS-ath79-openwrt-machines.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -16,22 +16,143 @@ +@@ -16,22 +16,144 @@ enum ath79_mach_type { ATH79_MACH_GENERIC = 0, @@ -126,7 +126,8 @@ + ATH79_MACH_WLR8100, /* SITECOM WLR-8100 */ + ATH79_MACH_WNDAP360, /* NETGEAR WNDAP360 */ + ATH79_MACH_WNDR3700, /* NETGEAR WNDR3700/WNDR3800/WNDRMAC */ -+ ATH79_MACH_WNDR4300, /* NETGEAR WNDR3700v4/WNDR4300 */ ++ ATH79_MACH_WNDR3700_V4, /* NETGEAR WNDR3700v4 */ ++ ATH79_MACH_WNDR4300, /* NETGEAR WNDR4300 */ + ATH79_MACH_WNR2000, /* NETGEAR WNR2000 */ + ATH79_MACH_WNR2000_V3, /* NETGEAR WNR2000 v3 */ + ATH79_MACH_WNR2200, /* NETGEAR WNR2200 */ |