diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:55 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:55 +0000 |
commit | a733affa00bf4630581bd93190454dc8b574cac0 (patch) | |
tree | 25279bf61eda7ad21c7e6455726caa1691f8f461 /target | |
parent | 2f58f4729ba41ad9d5b52540632cb8a7308e74c0 (diff) | |
download | master-187ad058-a733affa00bf4630581bd93190454dc8b574cac0.tar.gz master-187ad058-a733affa00bf4630581bd93190454dc8b574cac0.tar.bz2 master-187ad058-a733affa00bf4630581bd93190454dc8b574cac0.zip |
ramips: base-files: Whitespace fixes.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43880 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 6 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 9c49c5cda5..b3f8849997 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -182,9 +182,9 @@ case $board in set_usb_led "wcr150gn:amber:user" ;; hg255d) - set_wifi_led "hg255d:wlan" - set_usb_led "hg255d:usb" - ucidef_set_led_interface "lan" "hg255d:internet" + set_wifi_led "hg255d:wlan" + set_usb_led "hg255d:usb" + ucidef_set_led_interface "lan" "hg255d:internet" ;; wnce2001) set_wifi_led "netgear:green:wlan" diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 80b5449e05..d727eeef48 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -58,8 +58,8 @@ ramips_setup_interfaces() 3g-6200nl | \ mlw221) - ucidef_set_interface_lan "eth0.2" - ;; + ucidef_set_interface_lan "eth0.2" + ;; wizard8800 | \ wl-330n | \ @@ -314,7 +314,7 @@ ramips_setup_macs() ;; wcr-150gn) - wan_mac=$(mtd_get_mac_binary factory 40) + wan_mac=$(mtd_get_mac_binary factory 40) ;; rt-n56u) |