diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:02 +0000 |
commit | 07f76a164a24e3f2bc4eeb45b5c3337f3b93713b (patch) | |
tree | abe153ea03136905572ca10ffdb059fb1f41f601 /target | |
parent | 4c54635106c556b6fa4988808bc6b0a27c0aadba (diff) | |
download | upstream-07f76a164a24e3f2bc4eeb45b5c3337f3b93713b.tar.gz upstream-07f76a164a24e3f2bc4eeb45b5c3337f3b93713b.tar.bz2 upstream-07f76a164a24e3f2bc4eeb45b5c3337f3b93713b.zip |
ar71xx: fix indentation in diag.sh
Replace the leading spaces with tabs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39342
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index d37223f950..0d714ed3ac 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -105,9 +105,9 @@ get_status_led() { rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493) status_led="rb4xx:yellow:user" ;; - rb-750) - status_led="rb750:green:act" - ;; + rb-750) + status_led="rb750:green:act" + ;; routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; |