From 66f6c9e231224ef32f70142d3f1294b83b7cebba Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:59:12 +0000 Subject: ramips: fix Sitecom WL-341v3 board and image names The following patch changes: * board name from "wl341v3" to "wl-341v3" * dts filename * LED names in dts file for Sitecom WL-341v3 device. Signed-off-by: Piotr Dymacz SVN-Revision: 46622 --- target/linux/ramips/base-files/lib/ramips.sh | 2 +- target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index d25fa3adc6..aff380b5d4 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -335,7 +335,7 @@ ramips_board_detect() { name="whr-g300n" ;; *"Sitecom WL-341 v3") - name="wl341v3" + name="wl-341v3" ;; *"Sitecom 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 f46155ff43..f78bc22822 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -109,7 +109,7 @@ platform_check_image() { wl-330n | \ wl-330n3g | \ wl-351 | \ - wl341v3 | \ + wl-341v3 | \ wli-tx4-ag300n | \ wzr-agl300nh | \ wmr300 |\ -- cgit v1.2.3