realtek: drop extraneous ')' in 02_network
authorSander Vanheule <sander@svanheule.net>
Thu, 2 Jan 2025 08:31:44 +0000 (09:31 +0100)
committerSander Vanheule <sander@svanheule.net>
Thu, 2 Jan 2025 08:45:12 +0000 (09:45 +0100)
The extraneous closing parenthesis inside the case matching breaks
syntax of the network initialization script 02_network.

/bin/board_detect: /etc/board.d/02_network:
    line 40: syntax error: unexpected newline (expecting ")")

Remove this character so board init is functional again.

Fixes: c8ea1aa970bf ("realtek: add support for HPE 1920-24G-PoE-370w")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/base-files/etc/board.d/02_network

index a73944107ae884a6343e5730cae4e3c18da3de02..12fb33d85e07ed230c8d7d301b471028801987e9 100644 (file)
@@ -36,7 +36,7 @@ hpe,1920-8g-poe-65w|\
 hpe,1920-8g-poe-180w|\
 hpe,1920-16g|\
 hpe,1920-24g|\
-hpe,1920-24g-poe-370w|\)
+hpe,1920-24g-poe-370w|\
 hpe,1920-48g|\
 hpe,1920-48g-poe)
        label_mac=$(mtd_get_mac_binary factory 0x68)