diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:52 +0000 |
commit | dce7a40da213a73e2fcb2f06fcbd1cc7515e690d (patch) | |
tree | b1f32950db42bc75b8ea7f3c8fdc0adeab2b2470 /target/linux/ar71xx/config-3.3 | |
parent | fb8c91abdda242279fb5aba5be3d41f1558dfa2a (diff) | |
download | upstream-dce7a40da213a73e2fcb2f06fcbd1cc7515e690d.tar.gz upstream-dce7a40da213a73e2fcb2f06fcbd1cc7515e690d.tar.bz2 upstream-dce7a40da213a73e2fcb2f06fcbd1cc7515e690d.zip |
ar71xx: Buffalo WLAE-AG300N initial support
The patch set for Buffalo WLAE-AG300N initial support.
There is another patch for wireless led support that
is posted separately.
Note on serial console:
This unit has buffalo standard 4 pin console, but the unit may not power
on if some console apparatus is connected. This is probably due to some
electronic interaction between the unit's electronic power switch circuit
and the serial console apparatus. If this happens, it is required to power
on the unit without the console, then quickly (re-)attach it.
[juhosg: fix coding style]
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32931 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-3.3')
-rw-r--r-- | target/linux/ar71xx/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.3 b/target/linux/ar71xx/config-3.3 index ebb0553940..9e0f5b1b50 100644 --- a/target/linux/ar71xx/config-3.3 +++ b/target/linux/ar71xx/config-3.3 @@ -66,6 +66,7 @@ CONFIG_ATH79_MACH_TL_WR941ND=y CONFIG_ATH79_MACH_UBNT=y CONFIG_ATH79_MACH_UBNT_XM=y CONFIG_ATH79_MACH_WHR_HP_G300N=y +CONFIG_ATH79_MACH_WLAE_AG300N=y CONFIG_ATH79_MACH_WNDR3700=y CONFIG_ATH79_MACH_WNR2000=y CONFIG_ATH79_MACH_WP543=y |