[openwrt/openwrt] ipq40xx: use tabs instead of spaces in base-files

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 24 02:47:20 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f53bbd54f8b17caf5686e335ecf21e40013f006f

commit f53bbd54f8b17caf5686e335ecf21e40013f006f
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Thu Oct 23 11:08:53 2025 +0200

    ipq40xx: use tabs instead of spaces in base-files
    
    This changes the use of spaces to tabs in all base-files to be in line
    with other targets.
    
    Signed-off-by: Christoph Krapp <achterin at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20518
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/ipq40xx/base-files/etc/board.d/01_leds          | 12 ++++++------
 .../base-files/etc/hotplug.d/firmware/11-ath10k-caldata      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/target/linux/ipq40xx/base-files/etc/board.d/01_leds b/target/linux/ipq40xx/base-files/etc/board.d/01_leds
index 518cf549c7..a9e576e973 100644
--- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds
@@ -76,12 +76,12 @@ mikrotik,hap-ac3)
 	ucidef_set_led_gpio "poe" "POE" "red:poe" "452" "0"
 	;;
 mikrotik,hap-ac3-lte6-kit)
-        ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
-        ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "lan1"
-        ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "lan2"
-        ucidef_set_led_netdev "lan3" "LAN3" "green:lan3" "lan3"
-        ucidef_set_led_netdev "lan4" "LAN4" "green:lan4" "lan4"
-        ;;
+	ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
+	ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "lan1"
+	ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "lan2"
+	ucidef_set_led_netdev "lan3" "LAN3" "green:lan3" "lan3"
+	ucidef_set_led_netdev "lan4" "LAN4" "green:lan4" "lan4"
+	;;
 
 mikrotik,sxtsq-5-ac)
 	ucidef_set_rssimon "wlan0" "200000" "1"
diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index 420d3a9199..0c8a5d8aa5 100644
--- a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -256,7 +256,7 @@ case "$FIRMWARE" in
 	mikrotik,cap-ac|\
 	mikrotik,hap-ac2|\
 	mikrotik,hap-ac3|\
-        mikrotik,hap-ac3-lte6-kit|\
+	mikrotik,hap-ac3-lte6-kit|\
 	mikrotik,sxtsq-5-ac|\
 	mikrotik,wap-ac|\
 	mikrotik,wap-ac-lte|\




More information about the lede-commits mailing list