mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Revert "ar71xx: add user-space support for EnGenius EPG5000."
This reverts commit e3326c4473bc6b7b5fd899ac955af974ebc64b92. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00cde0d6e5
commit
d22caaf68d
@ -92,9 +92,6 @@ get_status_led() {
|
||||
gl-inet)
|
||||
status_led="gl-connect:green:lan"
|
||||
;;
|
||||
epg5000)
|
||||
status_led="epg5000:amber:power"
|
||||
;;
|
||||
esr1750)
|
||||
status_led="esr1750:amber:power"
|
||||
;;
|
||||
|
||||
@ -30,8 +30,7 @@ wlr8100)
|
||||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||
;;
|
||||
|
||||
esr1750 |\
|
||||
epg5000)
|
||||
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"
|
||||
|
||||
@ -433,9 +433,6 @@ ar71xx_board_detect() {
|
||||
name="gl-inet"
|
||||
gl_inet_board_detect
|
||||
;;
|
||||
*"EnGenius EPG5000")
|
||||
name="epg5000"
|
||||
;;
|
||||
*"EnGenius ESR1750")
|
||||
name="esr1750"
|
||||
;;
|
||||
|
||||
@ -208,7 +208,6 @@ platform_check_image() {
|
||||
dir-825-c1 | \
|
||||
dir-835-a1 | \
|
||||
dragino2 | \
|
||||
epg5000 | \
|
||||
esr1750 | \
|
||||
esr900 | \
|
||||
ew-dorin | \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user