ar71xx: add user-space support for the Mikrotik RB951G board
authorGabor Juhos <juhosg@openwrt.org>
Sun, 17 Feb 2013 10:08:41 +0000 (10:08 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 17 Feb 2013 10:08:41 +0000 (10:08 +0000)
[juhosg: change rb-951g to rb-951g-2hnd in the scripts]

Patchwork: http://patchwork.openwrt.org/patch/3257/
Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35634

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

index 7d825d7a10cb4b1bf66d9594718f55c2fa95f9d6..b1f84da605506696ce41886177a51c6aaa0f8c58 100755 (executable)
@@ -97,6 +97,7 @@ routerstation-pro)
 ap136 |\
 rb-750gl |\
 rb-751g |\
+rb-951g-2hnd |\
 wzr-hp-g450h)
        ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
index 3fd23d2a412663b8aab54aa45e16097504bbf6ff..a9c03b6955633cf4f8890772e9bdd18e7c905ccb 100755 (executable)
@@ -318,6 +318,9 @@ ar71xx_board_detect() {
        *"RouterBOARD 751G")
                name="rb-751g"
                ;;
+       *"RouterBOARD 951G-2HnD")
+               name="rb-951g-2hnd"
+               ;;
        *"RouterBOARD 2011L")
                name="rb-2011l"
                ;;