1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 17:39:30 +03: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:
juhosg 2012-11-13 20:57:18 +00:00
parent f393ba5b3c
commit 886f3be706
3 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,8 @@ board=$(ar71xx_board_name)
case "$board" in
all0315n |\
all0258n |\
ja76pf2)
ja76pf2|\
ubnt-unifi-outdoor)
ucidef_set_interface_lan "eth0 eth1"
;;

View File

@ -390,6 +390,9 @@ ar71xx_board_detect() {
*WLAE-AG300N)
name="wlae-ag300n"
;;
*"UniFiAP Outdoor")
name="unifi-outdoor"
;;
*WP543)
name="wp543"
;;

View File

@ -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