CC: ar71xx: add user-space support for EnGenius EPG5000.
Backport of r46048. Signed-off-by: Christian Beier <cb@shoutrlabs.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46447 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
53fcc22809
commit
1a89135502
|
@ -99,6 +99,9 @@ get_status_led() {
|
|||
gl-inet)
|
||||
status_led="gl-connect:green:lan"
|
||||
;;
|
||||
epg5000)
|
||||
status_led="epg5000:amber:power"
|
||||
;;
|
||||
esr1750)
|
||||
status_led="esr1750:amber:power"
|
||||
;;
|
||||
|
|
|
@ -30,7 +30,8 @@ wlr8100)
|
|||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||
;;
|
||||
|
||||
esr1750)
|
||||
esr1750 |\
|
||||
epg5000)
|
||||
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"
|
||||
|
|
|
@ -442,6 +442,9 @@ ar71xx_board_detect() {
|
|||
name="gl-inet"
|
||||
gl_inet_board_detect
|
||||
;;
|
||||
*"EnGenius EPG5000")
|
||||
name="epg5000"
|
||||
;;
|
||||
*"EnGenius ESR1750")
|
||||
name="esr1750"
|
||||
;;
|
||||
|
|
|
@ -210,6 +210,7 @@ platform_check_image() {
|
|||
dlan-pro-500-wp | \
|
||||
dlan-pro-1200-ac | \
|
||||
dragino2 | \
|
||||
epg5000 | \
|
||||
esr1750 | \
|
||||
esr900 | \
|
||||
ew-dorin | \
|
||||
|
|
Loading…
Reference in New Issue