diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:50:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:50:57 +0000 |
commit | ef8306cfd2235bf3d060ce5d67fbad69afed228b (patch) | |
tree | e006508beaccb849e40055a4f2601e4204a05656 /target/linux/ar71xx/config-3.10 | |
parent | acd4ea62e746aee5b812415253f70cbface7402f (diff) | |
download | upstream-ef8306cfd2235bf3d060ce5d67fbad69afed228b.tar.gz upstream-ef8306cfd2235bf3d060ce5d67fbad69afed228b.tar.bz2 upstream-ef8306cfd2235bf3d060ce5d67fbad69afed228b.zip |
ar71xx: add kernel support for BHU Networks BXU2000n-2 A1 board
BXU2000n-2 A1 is a BHU Networks WLAN board, use ar9341 chip.
Patchwork: http://patchwork.openwrt.org/patch/4183/
Signed-off-by: Terry Yang <yangbo@bhunetworks.com>
[juhosg:
- rename and refresh kernel patch,
- fix some checkpatch warnings and adjust whitespaces in
mach-bhu-bxu2000n2-a.c]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38591
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 c67cd4b338..b6c523b343 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -35,6 +35,7 @@ CONFIG_ATH79_MACH_AP83=y CONFIG_ATH79_MACH_AP96=y CONFIG_ATH79_MACH_ARCHER_C7=y CONFIG_ATH79_MACH_AW_NR580=y +CONFIG_ATH79_MACH_BHU_BXU2000N2_A=y CONFIG_ATH79_MACH_CAP4200AG=y CONFIG_ATH79_MACH_CARAMBOLA2=y CONFIG_ATH79_MACH_DB120=y |