From e4b6dcee5e7c67a11a417c04790ac22bb287aa58 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 06:00:49 +0000 Subject: 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 SVN-Revision: 46628 --- 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 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" -- cgit v1.2.3