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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34923 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
fe3c9a045f
commit
6d33750ae7
|
@ -52,6 +52,7 @@ case "$FIRMWARE" in
|
|||
;;
|
||||
|
||||
3g-6200n | \
|
||||
air3gii | \
|
||||
all0239-3g | \
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -140,6 +140,7 @@ ramips_setup_macs()
|
|||
lan_mac=$(ramips_get_mac_binary factory 40)
|
||||
;;
|
||||
3g-6200n | \
|
||||
air3gii | \
|
||||
argus-atp52b | \
|
||||
bc2 | \
|
||||
broadway | \
|
||||
|
|
|
@ -53,6 +53,9 @@ ramips_board_name() {
|
|||
*"Edimax 3g-6200n")
|
||||
name="3g-6200n"
|
||||
;;
|
||||
*"AirLive Air3GII")
|
||||
name="air3gii"
|
||||
;;
|
||||
*"Allnet ALL0239-3G")
|
||||
name="all0239-3g"
|
||||
;;
|
||||
|
|
|
@ -15,6 +15,7 @@ platform_check_image() {
|
|||
|
||||
case "$board" in
|
||||
3g-6200n | \
|
||||
air3gii | \
|
||||
all0239-3g | \
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
|
|
Loading…
Reference in New Issue