aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-29 08:24:07 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-29 08:24:07 +0000
commitd22caaf68d5dd81a4f110e788be4e704cfa153c3 (patch)
tree2c3d632420a6c61a8062dcfd784ccc2b11d2b8a5 /target/linux/ar71xx/base-files/etc
parent00cde0d6e5bdb33e2e153c9f0822e25fa01a3fc4 (diff)
downloadupstream-d22caaf68d5dd81a4f110e788be4e704cfa153c3.tar.gz
upstream-d22caaf68d5dd81a4f110e788be4e704cfa153c3.tar.bz2
upstream-d22caaf68d5dd81a4f110e788be4e704cfa153c3.zip
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
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/02_network3
2 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index c02efa8751..4bdb53db93 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -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"
;;
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
index 2fab4c2133..4fe951e3ca 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
@@ -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"