Author: blogic Date: 2015-06-29 10:24:07 +0200 (Mon, 29 Jun 2015) New Revision: 46143
Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/etc/diag.sh branches/chaos_calmer/target/linux/ar71xx/base-files/etc/uci-defaults/02_network branches/chaos_calmer/target/linux/ar71xx/base-files/lib/ar71xx.sh branches/chaos_calmer/target/linux/ar71xx/base-files/lib/upgrade/platform.sh Log: Revert "ar71xx: add user-space support for EnGenius EPG5000." This reverts commit e3326c4473bc6b7b5fd899ac955af974ebc64b92. Signed-off-by: John Crispin <[email protected]> Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/etc/diag.sh =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/base-files/etc/diag.sh 2015-06-29 08:24:03 UTC (rev 46142) +++ branches/chaos_calmer/target/linux/ar71xx/base-files/etc/diag.sh 2015-06-29 08:24:07 UTC (rev 46143) @@ -92,9 +92,6 @@ gl-inet) status_led="gl-connect:green:lan" ;; - epg5000) - status_led="epg5000:amber:power" - ;; esr1750) status_led="esr1750:amber:power" ;; Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/etc/uci-defaults/02_network =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2015-06-29 08:24:03 UTC (rev 46142) +++ branches/chaos_calmer/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2015-06-29 08:24:07 UTC (rev 46143) @@ -30,8 +30,7 @@ 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" Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-06-29 08:24:03 UTC (rev 46142) +++ branches/chaos_calmer/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-06-29 08:24:07 UTC (rev 46143) @@ -433,9 +433,6 @@ name="gl-inet" gl_inet_board_detect ;; - *"EnGenius EPG5000") - name="epg5000" - ;; *"EnGenius ESR1750") name="esr1750" ;; Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/lib/upgrade/platform.sh =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2015-06-29 08:24:03 UTC (rev 46142) +++ branches/chaos_calmer/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2015-06-29 08:24:07 UTC (rev 46143) @@ -208,7 +208,6 @@ dir-825-c1 | \ dir-835-a1 | \ dragino2 | \ - epg5000 | \ esr1750 | \ esr900 | \ ew-dorin | \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
