ar71xx: add user-space support for the Mikrotik RB951G board
[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
This commit is contained in:
parent
7a709573d7
commit
4215b1c93c
2 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,7 @@ routerstation-pro)
|
||||||
ap136 |\
|
ap136 |\
|
||||||
rb-750gl |\
|
rb-750gl |\
|
||||||
rb-751g |\
|
rb-751g |\
|
||||||
|
rb-951g-2hnd |\
|
||||||
wzr-hp-g450h)
|
wzr-hp-g450h)
|
||||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||||
ucidef_add_switch "switch0" "1" "1"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
|
|
|
@ -318,6 +318,9 @@ ar71xx_board_detect() {
|
||||||
*"RouterBOARD 751G")
|
*"RouterBOARD 751G")
|
||||||
name="rb-751g"
|
name="rb-751g"
|
||||||
;;
|
;;
|
||||||
|
*"RouterBOARD 951G-2HnD")
|
||||||
|
name="rb-951g-2hnd"
|
||||||
|
;;
|
||||||
*"RouterBOARD 2011L")
|
*"RouterBOARD 2011L")
|
||||||
name="rb-2011l"
|
name="rb-2011l"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue