diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 09:43:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 09:43:18 +0000 |
commit | 0517183b9cb942102f02f40e587162a5e92f1335 (patch) | |
tree | 12dd9e3ffabd0e5705b827910313237a40f8a2b8 /target/linux/ar71xx/patches-3.3 | |
parent | 6c9d20d6e7595b67aed95b23847c8f23ac89f192 (diff) | |
download | mtk-20170518-0517183b9cb942102f02f40e587162a5e92f1335.zip mtk-20170518-0517183b9cb942102f02f40e587162a5e92f1335.tar.gz mtk-20170518-0517183b9cb942102f02f40e587162a5e92f1335.tar.bz2 |
ar71xx: add support for TP-Link TL-WDR3600
The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has
only two antennas.
[juhosg: remove the custom machine type, change the board name instead]
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 33219
Diffstat (limited to 'target/linux/ar71xx/patches-3.3')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index 4179681..73db5e4 100644 --- a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch @@ -495,7 +495,7 @@ + select ATH79_DEV_WMAC + +config ATH79_MACH_TL_WDR4300 -+ bool "TP-LINK TL-WDR4300 board support" ++ bool "TP-LINK TL-WDR3600/4300/4310 board support" + select SOC_AR934X + select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_ETH |