From 8e40fbff0b414a3920eaa92be62152c708c1c1c5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 29 Nov 2018 11:07:48 +0100 Subject: ramips: drop support for ALLNET ALL0239-3G and Sitecom WL-341 v3 Beside one exception, no one took care of these two remaining boards still using the legacy image build code during the last two years. Since OpenWrt 14.07 the ALLNET ALL0239-3G image building is broken. The Sitecom WL-341 v3 image build code looks pretty hackish and broken. It's questionable if the legacy image works as all. Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/etc/board.d/02_network | 1 - target/linux/ramips/base-files/lib/ramips.sh | 6 ------ target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 -- 3 files changed, 9 deletions(-) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index c207b7cad4..2f5005009a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -437,7 +437,6 @@ ramips_setup_macs() wmdr-143n) lan_mac=$(cat /sys/class/net/eth0/address) ;; - all0239-3g|\ carambola|\ freestation5|\ w502u|\ diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 307ab35c3c..ca71ef3b84 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -34,9 +34,6 @@ ramips_board_detect() { *"Air3GII") name="air3gii" ;; - *"ALL0239-3G") - name="all0239-3g" - ;; *"ALL0256N (4M)") name="all0256n-4M" ;; @@ -586,9 +583,6 @@ ramips_board_detect() { *"WL-330N3G") name="wl-330n3g" ;; - *"WL-341 v3") - name="wl-341v3" - ;; *"WL-351 v1 002") name="wl-351" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 8c7b818221..f14f847a5b 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -18,7 +18,6 @@ platform_check_image() { air3gii|\ alfa-network,ac1200rm|\ alfa-network,awusfree1|\ - all0239-3g|\ all0256n-4M|\ all0256n-8M|\ all5002|\ @@ -194,7 +193,6 @@ platform_check_image() { wizfi630a|\ wl-330n|\ wl-330n3g|\ - wl-341v3|\ wl-351|\ wl-wn575a3|\ wli-tx4-ag300n|\ -- cgit v1.2.3