ramips: add user-space support for Airlive AIR3GII

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34923
This commit is contained in:
Gabor Juhos
2012-12-29 17:50:32 +00:00
parent 3fcb8bb0dd
commit 3aad9b4c9b
5 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ case $board in
set_wifi_led "edimax:amber:wlan"
set_usb_led "edimax:blue:3g"
;;
air3gii)
set_wifi_led "airlive:green:wlan"
set_usb_led "airlive:green:mobile"
;;
all0256n)
ucidef_set_rssimon "wlan0" "40000" "1"
ucidef_set_led_rssi "rssilow" "RSSILOW" "all0256n:green:rssilow" "wlan0" "1" "40" "0" "6"

View File

@@ -140,6 +140,7 @@ ramips_setup_macs()
lan_mac=$(ramips_get_mac_binary factory 40)
;;
3g-6200n | \
air3gii | \
argus-atp52b | \
bc2 | \
broadway | \