mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-09 22:17:26 +03:00
ar71xx: AP136 user-space support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32608 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ee6173e7dc
commit
e03def9379
@ -33,6 +33,9 @@ get_status_led() {
|
|||||||
alfa-nx)
|
alfa-nx)
|
||||||
status_led="alfa:green:led_8"
|
status_led="alfa:green:led_8"
|
||||||
;;
|
;;
|
||||||
|
ap136)
|
||||||
|
status_led="ap136:green:status"
|
||||||
|
;;
|
||||||
ap81)
|
ap81)
|
||||||
status_led="ap81:green:status"
|
status_led="ap81:green:status"
|
||||||
;;
|
;;
|
||||||
|
@ -62,6 +62,7 @@ routerstation-pro)
|
|||||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ap136 |\
|
||||||
rb-750gl |\
|
rb-750gl |\
|
||||||
rb-751g |\
|
rb-751g |\
|
||||||
wzr-hp-g450h)
|
wzr-hp-g450h)
|
||||||
|
@ -162,6 +162,9 @@ ar71xx_board_detect() {
|
|||||||
*AP121-MINI)
|
*AP121-MINI)
|
||||||
name="ap121-mini"
|
name="ap121-mini"
|
||||||
;;
|
;;
|
||||||
|
*"AP136 reference board")
|
||||||
|
name="ap136"
|
||||||
|
;;
|
||||||
*AP81)
|
*AP81)
|
||||||
name="ap81"
|
name="ap81"
|
||||||
;;
|
;;
|
||||||
|
@ -82,6 +82,7 @@ platform_check_image() {
|
|||||||
ap113 | \
|
ap113 | \
|
||||||
ap121 | \
|
ap121 | \
|
||||||
ap121-mini | \
|
ap121-mini | \
|
||||||
|
ap136 | \
|
||||||
ap96 | \
|
ap96 | \
|
||||||
db120 | \
|
db120 | \
|
||||||
hornet-ub | \
|
hornet-ub | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user