diff options
| author | Paul Wassi | 2018-12-31 15:15:06 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-12-31 15:37:20 +0000 |
| commit | 28a5674e33c65fcb6cf135e6e2dc7d107154a537 (patch) | |
| tree | b500b9bce7b73f1055528afc2677828b8bf1f49f | |
| parent | 1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89 (diff) | |
| download | openwrt-28a5674e33c65fcb6cf135e6e2dc7d107154a537.tar.gz | |
treewide: fix spaces vs. tabs
Fix spaces vs. tabs issues in ath79 and ramips.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| -rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/01_leds | 6 | ||||
| -rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index 6a4df57933..699e5f8b89 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -50,9 +50,9 @@ etactica,eg200) ucidef_set_led_default "etactica" "etactica" "$boardname:red:etactica" "ignore" ;; glinet,gl-ar150) - ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0" - ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth1" - ;; + ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0" + ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth1" + ;; glinet,gl-x750) ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0" ;; diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 10ccc52cdc..89a3903118 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -244,7 +244,7 @@ interrupts = <4>; status = "disabled"; - }; + }; gdma: gdma@2800 { compatible = "ralink,rt3883-gdma"; |