ar71xx: AP136 user-space support

SVN-Revision: 32608
This commit is contained in:
Gabor Juhos 2012-07-05 08:26:50 +00:00
parent f0cda65bb6
commit b219848bfc
4 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,9 @@ get_status_led() {
alfa-nx)
status_led="alfa:green:led_8"
;;
ap136)
status_led="ap136:green:status"
;;
ap81)
status_led="ap81:green:status"
;;

View File

@ -62,6 +62,7 @@ routerstation-pro)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
;;
ap136 |\
rb-750gl |\
rb-751g |\
wzr-hp-g450h)

View File

@ -162,6 +162,9 @@ ar71xx_board_detect() {
*AP121-MINI)
name="ap121-mini"
;;
*"AP136 reference board")
name="ap136"
;;
*AP81)
name="ap81"
;;

View File

@ -82,6 +82,7 @@ platform_check_image() {
ap113 | \
ap121 | \
ap121-mini | \
ap136 | \
ap96 | \
db120 | \
hornet-ub | \