ar71xx: add Support for RB2011UiAS-2HnD
authorJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:22:04 +0000 (13:22 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:22:04 +0000 (13:22 +0000)
Backport of r42317

SVN-Revision: 42387

target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch [new file with mode: 0644]

index a93b5faeedbea8a52ee34d4dca54786995a4ee1f..d9c46c3319e8469cf48f24877f92e1980dbd4c71 100755 (executable)
@@ -82,7 +82,8 @@ rb-750)
 rb-2011l|\
 rb-2011uas|\
 rb-2011uias|\
-rb-2011uas-2hnd)
+rb-2011uas-2hnd|\
+rb-2011uias-2hnd)
        ucidef_set_led_switch "eth6" "ETH6" "rb:green:eth6" "switch1" "0x20"
        ucidef_set_led_switch "eth7" "ETH7" "rb:green:eth7" "switch1" "0x10"
        ucidef_set_led_switch "eth8" "ETH8" "rb:green:eth8" "switch1" "0x08"
index c9ee86769a54a5a0d3c2c07bd9bfe5244ddd5edc..0d1e331465caac63f78a26765ac7a68776320e4b 100755 (executable)
@@ -66,7 +66,8 @@ db120 |\
 rb-2011l | \
 rb-2011uas |\
 rb-2011uias |\
-rb-2011uas-2hnd)
+rb-2011uas-2hnd|\
+rb-2011uias-2hnd)
        ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
@@ -75,7 +76,7 @@ rb-2011uas-2hnd)
        ucidef_add_switch_vlan "switch1" "1" "0 1 2 3 4 5"
 
        case "$board" in
-       rb-2011uas* | rb-2011uias)
+       rb-2011uas* | rb-2011uias | rb-2011uias-2hnd)
                ucidef_set_interface_raw "sfp" "eth0.3"
                ucidef_add_switch_vlan "switch0" "3" "0t 6"
                ;;
index a067604df97f0e686f036fd65588a297db32aef0..df69a0bf11f0d6ace9e57199af735d85a8361f2b 100755 (executable)
@@ -496,6 +496,9 @@ ar71xx_board_detect() {
        *"RouterBOARD 2011UAS-2HnD")
                name="rb-2011uas-2hnd"
                ;;
+       *"RouterBOARD 2011UiAS-2HnD")
+               name="rb-2011uias-2hnd"
+               ;;
        *"RouterBOARD SXT Lite2")
                name="rb-sxt2n"
                ;;
diff --git a/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch b/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch
new file mode 100644 (file)
index 0000000..dd76353
--- /dev/null
@@ -0,0 +1,26 @@
+Index: linux-3.10.49/arch/mips/ath79/mach-rb2011.c
+===================================================================
+--- linux-3.10.49.orig/arch/mips/ath79/mach-rb2011.c
++++ linux-3.10.49/arch/mips/ath79/mach-rb2011.c
+@@ -323,7 +323,7 @@ MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011US
+ static void __init rb2011r5_setup(void)
+ {
+-      rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB);
++      rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB | RB2011_FLAG_WLAN);
+ }
+ MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011R5, "2011r5", rb2011r5_setup);
+Index: linux-3.10.49/arch/mips/ath79/machtypes.h
+===================================================================
+--- linux-3.10.49.orig/arch/mips/ath79/machtypes.h
++++ linux-3.10.49/arch/mips/ath79/machtypes.h
+@@ -99,7 +99,7 @@ enum ath79_mach_type {
+       ATH79_MACH_RB_2011G,            /* Mikrotik RouterBOARD 2011UAS-2HnD */
+       ATH79_MACH_RB_2011L,            /* Mikrotik RouterBOARD 2011L */
+       ATH79_MACH_RB_2011US,           /* Mikrotik RouterBOARD 2011UAS */
+-      ATH79_MACH_RB_2011R5,           /* Mikrotik RouterBOARD 2011UiAS */
++      ATH79_MACH_RB_2011R5,           /* Mikrotik RouterBOARD 2011UiAS(-2Hnd) */
+       ATH79_MACH_RB_SXTLITE2ND,       /* Mikrotik RouterBOARD SXT Lite 2nD */
+       ATH79_MACH_RB_SXTLITE5ND,       /* Mikrotik RouterBOARD SXT Lite 5nD */
+       ATH79_MACH_RW2458N,             /* Redwave RW2458N */