diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 10:25:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 10:25:51 +0000 |
commit | 0bec90b8300256dcaf95bc9de4273c55be6650fe (patch) | |
tree | e98aa69a0a458490ab8c42b91c81b440ca92a367 /target/linux/ar71xx/config-3.10 | |
parent | 69abf630cf32e022cc56f405f2e335c4e913965f (diff) | |
download | upstream-0bec90b8300256dcaf95bc9de4273c55be6650fe.tar.gz upstream-0bec90b8300256dcaf95bc9de4273c55be6650fe.tar.bz2 upstream-0bec90b8300256dcaf95bc9de4273c55be6650fe.zip |
ar71xx: add kernel support for the EnGenius ESR900
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/5714/
[juhosg:
- drop nvram.c modifications,
- create a separate kernel patch,
- use ath79_setup_qca955x_eth_cfg helper,
- merge esr900_{010,common}_setup functions,
- statically init AR8327 pad configurations,
- use pr_err instead of printk]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41640
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 aa5eb7ee37..c54c93e2be 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -50,6 +50,7 @@ CONFIG_ATH79_MACH_EAP7660D=y CONFIG_ATH79_MACH_EL_M150=y CONFIG_ATH79_MACH_EL_MINI=y CONFIG_ATH79_MACH_ESR1750=y +CONFIG_ATH79_MACH_ESR900=y CONFIG_ATH79_MACH_EW_DORIN=y CONFIG_ATH79_MACH_GL_INET=y CONFIG_ATH79_MACH_GS_OOLITE=y |