From 2fe5cf2bd691b94a54651f95ea541194d6a4367c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 06:01:06 +0000 Subject: ramips: fix 7Links PX-4885 dts{, i}, board, image and profile names The following patch changes 7Links PX-4885 dts{,i} filenames, board, image and profile names from "PX4885" to "PX-4885" (for consistency). Signed-off-by: Piotr Dymacz SVN-Revision: 46629 --- 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 98bd09455d..9e7e73fb3e 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -14,7 +14,7 @@ ramips_board_detect() { case "$machine" in *"7Links PX-4885") - name="px4885" + name="px-4885" ;; *"8devices Carambola") name="carambola" -- cgit v1.2.3