mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34197 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f393ba5b3c
commit
886f3be706
@ -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