Skip to content

Commit

Permalink
realtek: drop extraneous ')' in 02_network
Browse files Browse the repository at this point in the history
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: c8ea1aa ("realtek: add support for HPE 1920-24G-PoE-370w")
Signed-off-by: Sander Vanheule <[email protected]>
  • Loading branch information
svanheule committed Jan 2, 2025
1 parent 2456a2f commit a3391d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/realtek/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3391d8

Please sign in to comment.