summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:01:06 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:01:06 +0000
commit2fe5cf2bd691b94a54651f95ea541194d6a4367c (patch)
tree0dccea4584b2e3dcd85ac1ad06de1d22d2e01dd5 /target/linux/ramips/base-files/lib/ramips.sh
parente4b6dcee5e7c67a11a417c04790ac22bb287aa58 (diff)
downloadmaster-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.gz
master-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.bz2
master-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.zip
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 <pepe2k@gmail.com> SVN-Revision: 46629
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh2
1 files changed, 1 insertions, 1 deletions
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"