ar71xx: add user-space support for RB2011UAS
authorGabor Juhos <juhosg@openwrt.org>
Thu, 30 May 2013 17:38:15 +0000 (17:38 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 30 May 2013 17:38:15 +0000 (17:38 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36793

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

index 6f1a837aed9dffec0b3b95610bd49c41ab449a50..3ba240e1c4955ae24d27be18bba4d1e944e90364 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 31c56aa4482f1658d470f02aa81ef3f9c55e69df..05e109373790694653b64d578ea996a8f3da8cf8 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"
                ;;