diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-29 11:07:48 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-12 11:01:59 +0100 |
commit | 8e40fbff0b414a3920eaa92be62152c708c1c1c5 (patch) | |
tree | e2613383063326b00429ba70d2fbf89cec0636a0 /target/linux/ramips/base-files | |
parent | 262b885b834cecf7e7afbaca32d0a67c0b75aa44 (diff) | |
download | upstream-8e40fbff0b414a3920eaa92be62152c708c1c1c5.tar.gz upstream-8e40fbff0b414a3920eaa92be62152c708c1c1c5.tar.bz2 upstream-8e40fbff0b414a3920eaa92be62152c708c1c1c5.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
3 files changed, 0 insertions, 9 deletions
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|\ |