diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:01:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:01:06 +0000 |
commit | 2fe5cf2bd691b94a54651f95ea541194d6a4367c (patch) | |
tree | 0dccea4584b2e3dcd85ac1ad06de1d22d2e01dd5 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | e4b6dcee5e7c67a11a417c04790ac22bb287aa58 (diff) | |
download | mtk-20170518-2fe5cf2bd691b94a54651f95ea541194d6a4367c.zip mtk-20170518-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.gz mtk-20170518-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.bz2 |
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-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
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 98bd094..9e7e73f 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" |