diff options
author | John Crispin <john@openwrt.org> | 2015-11-05 10:01:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-05 10:01:23 +0000 |
commit | dc699dd547a8105b953d1e5410baa9286a33eb6c (patch) | |
tree | c6869cd8cdfbadd47e7617193fd735c81a152c9e /target/linux/ramips/base-files | |
parent | a2a7aba2574e7fd46e2d42c0ca8c975142e79172 (diff) | |
download | upstream-dc699dd547a8105b953d1e5410baa9286a33eb6c.tar.gz upstream-dc699dd547a8105b953d1e5410baa9286a33eb6c.tar.bz2 upstream-dc699dd547a8105b953d1e5410baa9286a33eb6c.zip |
ramips: minor tweak to the lks7688 baord name
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47388
Diffstat (limited to 'target/linux/ramips/base-files')
-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 62a79c505c..a1bcb7261d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -205,7 +205,7 @@ ramips_board_detect() { *"M4") name="m4" ;; - *"MediaTek LinkIt Smart7688") + *"MediaTek LinkIt Smart 7688") linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)" if [ "${linkit}" = "LINKITS7688D" ]; then name="linkits7688d" |