ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor board
Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34197
This commit is contained in:
parent
75c1d3ccc2
commit
9c5c079329
@ -17,7 +17,8 @@ board=$(ar71xx_board_name)
|
||||
case "$board" in
|
||||
all0315n |\
|
||||
all0258n |\
|
||||
ja76pf2)
|
||||
ja76pf2|\
|
||||
ubnt-unifi-outdoor)
|
||||
ucidef_set_interface_lan "eth0 eth1"
|
||||
;;
|
||||
|
||||
|
@ -390,6 +390,9 @@ ar71xx_board_detect() {
|
||||
*WLAE-AG300N)
|
||||
name="wlae-ag300n"
|
||||
;;
|
||||
*"UniFiAP Outdoor")
|
||||
name="unifi-outdoor"
|
||||
;;
|
||||
*WP543)
|
||||
name="wp543"
|
||||
;;
|
||||
|
@ -126,7 +126,8 @@ platform_check_image() {
|
||||
whr-hp-gn | \
|
||||
wlae-ag300n | \
|
||||
nbg460n_550n_550nh | \
|
||||
unifi )
|
||||
unifi | \
|
||||
unifi-outdoor )
|
||||
[ "$magic" != "2705" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user