diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:00:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:00:49 +0000 |
commit | e4b6dcee5e7c67a11a417c04790ac22bb287aa58 (patch) | |
tree | 57ac587e50c0d0ac4ddf2ac20dbbaa1ae9014389 /target/linux/ramips/base-files/lib | |
parent | 713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 (diff) | |
download | upstream-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.tar.gz upstream-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.tar.bz2 upstream-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.zip |
ramips: fix Buffalo WMR-300 dts, board, image and profile names
The following patch changes Buffalo WMR-300 dts filename, board, image and profile names from "WMR300" to "WMR-300" (for consistency).
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46628
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9b37ce6854..98bd09455d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -320,7 +320,7 @@ ramips_board_detect() { name="w502u" ;; *"WMR-300") - name="wmr300" + name="wmr-300" ;; *"WHR-300HP2") name="whr-300hp2" diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 7249005594..e347d6f021 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -112,7 +112,7 @@ platform_check_image() { wl-341v3 | \ wli-tx4-ag300n | \ wzr-agl300nh | \ - wmr300 |\ + wmr-300 |\ wnce2001 | \ wr512-3gn |\ wr6202 |\ |