ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Nov 2012 20:57:18 +0000 (20:57 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Nov 2012 20:57:18 +0000 (20:57 +0000)
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

target/linux/ar71xx/base-files/etc/uci-defaults/network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index 105f0e9..810f084 100755 (executable)
@@ -17,7 +17,8 @@ board=$(ar71xx_board_name)
 case "$board" in
 all0315n |\
 all0258n |\
 case "$board" in
 all0315n |\
 all0258n |\
-ja76pf2)
+ja76pf2|\
+ubnt-unifi-outdoor)
        ucidef_set_interface_lan "eth0 eth1"
        ;;
 
        ucidef_set_interface_lan "eth0 eth1"
        ;;
 
index 0971a73..2f5d6e7 100755 (executable)
@@ -390,6 +390,9 @@ ar71xx_board_detect() {
        *WLAE-AG300N)
                name="wlae-ag300n"
                ;;
        *WLAE-AG300N)
                name="wlae-ag300n"
                ;;
+       *"UniFiAP Outdoor")
+               name="unifi-outdoor"
+               ;;
        *WP543)
                name="wp543"
                ;;
        *WP543)
                name="wp543"
                ;;
index 63e8e06..2662afd 100755 (executable)
@@ -126,7 +126,8 @@ platform_check_image() {
        whr-hp-gn | \
        wlae-ag300n | \
        nbg460n_550n_550nh | \
        whr-hp-gn | \
        wlae-ag300n | \
        nbg460n_550n_550nh | \
-       unifi )
+       unifi | \
+       unifi-outdoor )
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1