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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index d25fa3a..aff380b 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" -- cgit v1.1