ar71xx: add user-space support for EnGenius EPG5000.
Signed-off-by: Christian Beier <cb@shoutrlabs.com> SVN-Revision: 46048
This commit is contained in:
parent
be755a99d6
commit
1f038e0678
4 changed files with 9 additions and 1 deletions
|
@ -92,6 +92,9 @@ get_status_led() {
|
||||||
gl-inet)
|
gl-inet)
|
||||||
status_led="gl-connect:green:lan"
|
status_led="gl-connect:green:lan"
|
||||||
;;
|
;;
|
||||||
|
epg5000)
|
||||||
|
status_led="epg5000:amber:power"
|
||||||
|
;;
|
||||||
esr1750)
|
esr1750)
|
||||||
status_led="esr1750:amber:power"
|
status_led="esr1750:amber:power"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -30,7 +30,8 @@ wlr8100)
|
||||||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esr1750)
|
esr1750 |\
|
||||||
|
epg5000)
|
||||||
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"
|
||||||
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
||||||
|
|
|
@ -433,6 +433,9 @@ ar71xx_board_detect() {
|
||||||
name="gl-inet"
|
name="gl-inet"
|
||||||
gl_inet_board_detect
|
gl_inet_board_detect
|
||||||
;;
|
;;
|
||||||
|
*"EnGenius EPG5000")
|
||||||
|
name="epg5000"
|
||||||
|
;;
|
||||||
*"EnGenius ESR1750")
|
*"EnGenius ESR1750")
|
||||||
name="esr1750"
|
name="esr1750"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -208,6 +208,7 @@ platform_check_image() {
|
||||||
dir-825-c1 | \
|
dir-825-c1 | \
|
||||||
dir-835-a1 | \
|
dir-835-a1 | \
|
||||||
dragino2 | \
|
dragino2 | \
|
||||||
|
epg5000 | \
|
||||||
esr1750 | \
|
esr1750 | \
|
||||||
esr900 | \
|
esr900 | \
|
||||||
ew-dorin | \
|
ew-dorin | \
|
||||||
|
|
Loading…
Reference in a new issue