diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 12:46:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 12:46:08 +0000 |
commit | 1ba2272ca5449c6f38728ff8870bf07aca440f5c (patch) | |
tree | 250d5698d7c92a8a207ad21def8540aa86433d76 /target/linux | |
parent | b3e73f3a953a91571930ffa75ef613b5f5d17707 (diff) | |
download | upstream-1ba2272ca5449c6f38728ff8870bf07aca440f5c.tar.gz upstream-1ba2272ca5449c6f38728ff8870bf07aca440f5c.tar.bz2 upstream-1ba2272ca5449c6f38728ff8870bf07aca440f5c.zip |
ramips: fix whitespace in /lib/ramips.sh
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35849
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 5d24abcd56..8ca3bfbc58 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -70,9 +70,9 @@ ramips_board_name() { *"DIR-645") name="dir-645" ;; - *"DAP-1350") - name="dap-1350" - ;; + *"DAP-1350") + name="dap-1350" + ;; *"ESR-9753") name="esr-9753" ;; |