ar71xx: add user-space support for RB2011UAS
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 May 2013 17:38:15 +0000 (17:38 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 May 2013 17:38:15 +0000 (17:38 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36793 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh

index 6f1a837..3ba240e 100755 (executable)
@@ -47,6 +47,7 @@ archer-c7)
 
 db120 |\
 rb-2011l | \
+rb-2011uas |\
 rb-2011uas-2hnd)
        ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
index 31c56aa..05e1093 100755 (executable)
@@ -354,6 +354,9 @@ ar71xx_board_detect() {
        *"RouterBOARD 2011L")
                name="rb-2011l"
                ;;
+       *"RouterBOARD 2011UAS")
+               name="rb-2011uas"
+               ;;
        *"RouterBOARD 2011UAS-2HnD")
                name="rb-2011uas-2hnd"
                ;;