diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 17:52:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 17:52:41 +0000 |
commit | e3e31835ae8df36e9b122b08f53476cfc7b6a929 (patch) | |
tree | 8fcdb67312d82ece1baf196a48c1287676205999 /target/linux/ar71xx/config-3.10 | |
parent | 5e23012c77b484bdbc1d72c3b652eb1beb93f090 (diff) | |
download | upstream-e3e31835ae8df36e9b122b08f53476cfc7b6a929.tar.gz upstream-e3e31835ae8df36e9b122b08f53476cfc7b6a929.tar.bz2 upstream-e3e31835ae8df36e9b122b08f53476cfc7b6a929.zip |
ar71xx: add kernel support for TP-Link TL-MR13U
This patch adds support for TP-Link TL-MR13U router with built-in 10AH
rechargeable battery.
The patch is based on kamwanlai's patch:
https://forum.openwrt.org/viewtopic.php?pid=206746#p206746
Updated to accommodate recent changes introduced with:
ar71xx: remove fs_* variables from image/Makefile
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
[juhosg:
- refresh and rename rename 930-add-tl-mr13u-support.patch =>
625-MIPS-ath79-add-tl-mr13u-support.patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38063
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 6ae5671114..ac931dd760 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -65,6 +65,7 @@ CONFIG_ATH79_MACH_TEW_632BRP=y CONFIG_ATH79_MACH_TEW_673GRU=y CONFIG_ATH79_MACH_TEW_712BR=y CONFIG_ATH79_MACH_TL_MR11U=y +CONFIG_ATH79_MACH_TL_MR13U=y CONFIG_ATH79_MACH_TL_MR3020=y CONFIG_ATH79_MACH_TL_MR3X20=y CONFIG_ATH79_MACH_TL_WA901ND=y |