diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-03 12:46:08 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-03 12:46:08 +0000 |
commit | 99a54982d2a2b41b7a28d7a0f0e1560d4c3167e8 (patch) | |
tree | 2971a1279be672a27d8c05293289d3986b04b3e1 /target/linux/ramips/base-files | |
parent | 0d8ad9f2af28b329d7bc13865b5d3c77b26b2ca8 (diff) |
ramips: fix whitespace in /lib/ramips.sh
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-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 5d24abcd5..8ca3bfbc5 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" ;; |