ar71xx: add user-space support for EnGenius ESR1750
Signed-off-by: Jon Suphammer <jon@suphammer.net> Patchwork: http://patchwork.openwrt.org/patch/5840/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41625 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
cbb52f38d7
commit
2d8fd186a8
|
@ -72,6 +72,9 @@ get_status_led() {
|
|||
gl-inet)
|
||||
status_led="gl-connect:green:lan"
|
||||
;;
|
||||
esr1750)
|
||||
status_led="esr1750:amber:power"
|
||||
;;
|
||||
hiwifi-hc6361)
|
||||
status_led="hiwifi:blue:system"
|
||||
;;
|
||||
|
|
|
@ -30,6 +30,13 @@ wlr8100)
|
|||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||
;;
|
||||
|
||||
esr1750)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
||||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||
;;
|
||||
|
||||
ap136-010)
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
|
|
@ -325,6 +325,9 @@ ar71xx_board_detect() {
|
|||
*"GL-CONNECT INET v1")
|
||||
name="gl-inet"
|
||||
;;
|
||||
*"EnGenius ESR1750")
|
||||
name="esr1750"
|
||||
;;
|
||||
*JA76PF)
|
||||
name="ja76pf"
|
||||
;;
|
||||
|
|
|
@ -151,6 +151,7 @@ platform_check_image() {
|
|||
dir-825-c1 | \
|
||||
dir-835-a1 | \
|
||||
dragino2 | \
|
||||
esr1750 | \
|
||||
ew-dorin | \
|
||||
ew-dorin-router | \
|
||||
hiwifi-hc6361 | \
|
||||
|
|
Loading…
Reference in New Issue