diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
commit | ee8077f0feac7de4476b990bd462cc2b13fe63c0 (patch) | |
tree | 7457ed55607fc4f6cbde2a14a41570300ab674b4 /target/linux/ramips/rt305x | |
parent | 18452a753b7e859ebc90835975c88fa27153c0ad (diff) | |
download | upstream-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.gz upstream-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.bz2 upstream-ee8077f0feac7de4476b990bd462cc2b13fe63c0.zip |
ramips: Support for NexAira BC2
The preconfiguration of the USB LED has benn move to the
/etc/uci-defaults/leds script. [juhosg]
Signed-off-by: Adam Porter <porter.adam at gmail.com>
SVN-Revision: 28571
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.39 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.39 b/target/linux/ramips/rt305x/config-2.6.39 index 643c938422..5d7e4b12fd 100644 --- a/target/linux/ramips/rt305x/config-2.6.39 +++ b/target/linux/ramips/rt305x/config-2.6.39 @@ -92,13 +92,14 @@ CONFIG_RALINK_DEV_GPIO_LEDS=y CONFIG_RALINK_RT305X=y CONFIG_RAMIPS_WDT=y CONFIG_RT305X_MACH_ARGUS_ATP52B=y +CONFIG_RT305X_MACH_BC2=y CONFIG_RT305X_MACH_DIR_300_REVB=y CONFIG_RT305X_MACH_F5D8235_V2=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_HW550_3G=y CONFIG_RT305X_MACH_MOFI3500_3GN=y -CONFIG_RT305X_MACH_NW718=y CONFIG_RT305X_MACH_NBG_419N=y +CONFIG_RT305X_MACH_NW718=y CONFIG_RT305X_MACH_PWH2004=y CONFIG_RT305X_MACH_RT_G32_REVB=y CONFIG_RT305X_MACH_V22RW_2X2=y |