diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-25 20:08:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-25 20:08:52 +0000 |
commit | 9aeccfeb090f982ee146b637bed0f68c217998bf (patch) | |
tree | 55a5b011d9a8c15513aa0f42411c0796b73a5c97 /target/linux/ar71xx/patches-3.18 | |
parent | 71c67e149c08cf388576dbf00dda10dfba216d07 (diff) | |
download | upstream-9aeccfeb090f982ee146b637bed0f68c217998bf.tar.gz upstream-9aeccfeb090f982ee146b637bed0f68c217998bf.tar.bz2 upstream-9aeccfeb090f982ee146b637bed0f68c217998bf.zip |
ar71xx: backport support for Netgear WPN824N
Add support for Netgear WPN824N.
Hardware specs:
* AR7240, 4 LAN ports, 1 WAN port
* AR9285 WLAN
* 32 MB RAM
* 4 MB Flash
* 16 LEDs (LAN, WAN and Power/Status contain two LEDs for dual color
effect)
* 3 Buttons (not supported)
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.18')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/907-MIPS-ath79-add-WPN824N.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.18/907-MIPS-ath79-add-WPN824N.patch b/target/linux/ar71xx/patches-3.18/907-MIPS-ath79-add-WPN824N.patch new file mode 100644 index 0000000000..2f0c964d38 --- /dev/null +++ b/target/linux/ar71xx/patches-3.18/907-MIPS-ath79-add-WPN824N.patch @@ -0,0 +1,21 @@ +--- a/arch/mips/ath79/Kconfig ++++ b/arch/mips/ath79/Kconfig +@@ -741,7 +741,7 @@ config ATH79_MACH_WNR2000 + select ATH79_DEV_WMAC + + config ATH79_MACH_WNR2000_V3 +- bool "NETGEAR WNR2000 V3/WNR612 v2/WNR1000 v2 board support" ++ bool "NETGEAR WNR2000 V3/WNR612 v2/WNR1000 v2/WPN824N board support" + select SOC_AR724X + select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_ETH +--- a/arch/mips/ath79/machtypes.h ++++ b/arch/mips/ath79/machtypes.h +@@ -204,6 +204,7 @@ enum ath79_mach_type { + ATH79_MACH_WNR2200, /* NETGEAR WNR2200 */ + ATH79_MACH_WNR612_V2, /* NETGEAR WNR612 v2 */ + ATH79_MACH_WNR1000_V2, /* NETGEAR WNR1000 v2 */ ++ ATH79_MACH_WPN824N, /* NETGEAR WPN824N */ + ATH79_MACH_WP543, /* Compex WP543 */ + ATH79_MACH_WPE72, /* Compex WPE72 */ + ATH79_MACH_WPJ344, /* Compex WPJ344 */ |