mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add user-space support for the BXU2000n-2 A1 board
Patchwork: http://patchwork.openwrt.org/patch/4183/ Signed-off-by: Terry Yang <yangbo@bhunetworks.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38592 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
82a47e4e63
commit
8ef73de0f6
@ -37,6 +37,9 @@ get_status_led() {
|
||||
bullet-m | rocket-m | nano-m | nanostation-m)
|
||||
status_led="ubnt:green:link4"
|
||||
;;
|
||||
bxu2000n-2-a1)
|
||||
status_led="bhu:green:status"
|
||||
;;
|
||||
cap4200ag)
|
||||
status_led="senao:green:pwr"
|
||||
;;
|
||||
|
||||
@ -32,6 +32,10 @@ ap113)
|
||||
ucidef_set_led_usbdev "usb" "USB" "ap113:green:usb" "1-1"
|
||||
;;
|
||||
|
||||
bxu2000n-2-a1)
|
||||
ucidef_set_led_wlan "wlan" "WLAN" "bhu:green:wlan" "phy0tpt"
|
||||
;;
|
||||
|
||||
cap4200ag)
|
||||
ucidef_set_led_default "lan_green" "LAN_GREEN" "senao:green:lan" "1"
|
||||
ucidef_set_led_wlan "wlan_amber" "WLAN_AMBER" "senao:amber:wlan" "phy0tpt"
|
||||
|
||||
@ -576,6 +576,9 @@ ar71xx_board_detect() {
|
||||
*"Sitecom WLR-8100")
|
||||
name="wlr8100"
|
||||
;;
|
||||
*"BHU BXU2000n-2 rev. A1")
|
||||
name="bxu2000n-2-a1"
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$machine" in
|
||||
|
||||
@ -98,6 +98,7 @@ platform_check_image() {
|
||||
ap96 | \
|
||||
db120 | \
|
||||
hornet-ub | \
|
||||
bxu2000n-2-a1 | \
|
||||
zcn-1523h-2 | \
|
||||
zcn-1523h-5)
|
||||
[ "$magic_long" != "68737173" -a "$magic_long" != "19852003" ] && {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user