[openwrt/openwrt] base-files: x86 fix 01_leds Syntax error

LEDE Commits lede-commits at lists.infradead.org
Mon May 29 05:18:31 PDT 2023


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/570618b84482ff2757bcde1c7d7ccbda92b343c8

commit 570618b84482ff2757bcde1c7d7ccbda92b343c8
Author: Stan Grishin <stangri at melmac.ca>
AuthorDate: Sun May 28 04:48:26 2023 +0000

    base-files: x86 fix 01_leds Syntax error
    
    Cezary Jackiewicz reported:
    | Syntax error in line /etc/board.d/01_leds#L22 - missing "\"
    
    Fixes: c191c2d46f00 ("x86: base-files add support for Sophos 135r3/135r3w")
    Reported-by: Cezary Jackiewicz <cezary at eko.one.pl>
    Signed-off-by: Stan Grishin <stangri at melmac.ca>
    (buffed up commit message)
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
    (cherry picked from commit 4b8b2f4f978d6df586dd7ce4dcc3e1286b93bd48)
---
 target/linux/x86/base-files/etc/board.d/01_leds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/x86/base-files/etc/board.d/01_leds b/target/linux/x86/base-files/etc/board.d/01_leds
index e41c78e62b..efc5460df3 100644
--- a/target/linux/x86/base-files/etc/board.d/01_leds
+++ b/target/linux/x86/base-files/etc/board.d/01_leds
@@ -19,7 +19,7 @@ pc-engines-apu1|pc-engines-apu2|pc-engines-apu3|pc-engines-apu4|pc-engines-apu5|
 sophos-sg-105wr1|sophos-sg-125wr1|sophos-sg-135wr1|sophos-xg-105wr1|sophos-xg-125wr1|sophos-xg-135wr1)
 	ucidef_set_led_netdev "wlan" "WiFi" "ath9k-phy0" "phy0tpt"
 	;;
-sophos-sg-105wr2|sophos-sg-125wr2|sophos-sg-135wr2|sophos-xg-105wr2|sophos-xg-125wr2|sophos-xg-135wr2|
+sophos-sg-105wr2|sophos-sg-125wr2|sophos-sg-135wr2|sophos-xg-105wr2|sophos-xg-125wr2|sophos-xg-135wr2|\
 sophos-sg-105wr3|sophos-sg-125wr3|sophos-sg-135wr3|sophos-xg-105wr3|sophos-xg-125wr3|sophos-xg-135wr3)
 	ucidef_set_led_netdev "wlan" "WiFi" "ath10k-phy0" "phy0tpt"
 	;;




More information about the lede-commits mailing list