diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:59:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:59:12 +0000 |
commit | 66f6c9e231224ef32f70142d3f1294b83b7cebba (patch) | |
tree | 0c05d6b7288204866cd15e6d892cc0d1165f88bb /target/linux/ramips/base-files/lib/upgrade | |
parent | 102073ca17b91c079cd150be0feb30796721f6da (diff) | |
download | upstream-66f6c9e231224ef32f70142d3f1294b83b7cebba.tar.gz upstream-66f6c9e231224ef32f70142d3f1294b83b7cebba.tar.bz2 upstream-66f6c9e231224ef32f70142d3f1294b83b7cebba.zip |
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 <pepe2k@gmail.com>
SVN-Revision: 46622
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |\ |