RB2011UiAS-2HnD is quite exactly the same as RB2011UiAS, which is already supported. The only difference is the integrated wifi (ar9344). This patch enables vlan/led pre-configuration and wifi integration/intialisation.
As already mentioned here (http://patchwork.openwrt.org/patch/5765/) and here (https://dev.openwrt.org/ticket/14009) this is whats still not working: * touchscreen: doesn't work on RB2011UAS either. It seems to be driven by an ADS7843-compatible IC, but figuring out which GPIO pins it's connected to is work for the future. * control of power injector: remains off. Probably also GPIO-controlled. * SFP-Port: swconfig reports "link down", /sys/kernel/debug/gpio says "gpio-21 (SFP LOS) in hi" * USB-Stack: dmesg reports "usb 1-1: device descriptor read/64, error -71"
Index: 14.07/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
===================================================================
--- 14.07.orig/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ 14.07/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -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: 14.07/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
===================================================================
--- 14.07.orig/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
+++ 14.07/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
@@ -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: 14.07/target/linux/ar71xx/base-files/lib/ar71xx.sh
===================================================================
--- 14.07.orig/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ 14.07/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -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"
;;
Index: 14.07/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch
===================================================================
--- /dev/null
+++ 14.07/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch
@@ -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 */
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
