diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-26 11:49:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-26 11:49:47 +0000 |
commit | 9582177d943090346a50491040446b0bc5fc9d8c (patch) | |
tree | 38f56576ef7a27901412d678c855938f3feea96a /target/linux/ar71xx/config-3.10 | |
parent | e327858613b4d83b5873a372ef669f1f78782a9a (diff) | |
download | upstream-9582177d943090346a50491040446b0bc5fc9d8c.tar.gz upstream-9582177d943090346a50491040446b0bc5fc9d8c.tar.bz2 upstream-9582177d943090346a50491040446b0bc5fc9d8c.zip |
ar71xx: add support for EasyLink M150 and M-mini
v3 refreshes the patch on trunk@41337
This patch adds support for the EasyLink EL-M150 and M-mini
http://wiki.openwrt.org/toh/easylink/el-m150
http://wiki.openwrt.org/toh/easylink/el-m-mini
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index c294cd8920..1346c3fe39 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -47,6 +47,8 @@ CONFIG_ATH79_MACH_DIR_825_B1=y CONFIG_ATH79_MACH_DIR_825_C1=y CONFIG_ATH79_MACH_DRAGINO2=y CONFIG_ATH79_MACH_EAP7660D=y +CONFIG_ATH79_MACH_EL_M150=y +CONFIG_ATH79_MACH_EL_MINI=y CONFIG_ATH79_MACH_EW_DORIN=y CONFIG_ATH79_MACH_GS_OOLITE=y CONFIG_ATH79_MACH_HORNET_UB=y |