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/etc/diag.sh | |
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/etc/diag.sh')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index e7499a8967..c8014bf20e 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -183,8 +183,8 @@ get_status_led() { whr-g300n) status_led="whr-g300n:green:router" ;; - wmr300) - status_led="buffalo:green:status" + wmr-300) + status_led="wmr-300:green:status" ;; wli-tx4-ag300n) status_led="buffalo:blue:power" |