mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 06:18:54 +00:00
realtek: drop extraneous ')' in 02_network
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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: c8ea1aa970
("realtek: add support for HPE 1920-24G-PoE-370w")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
parent
2456a2fd7f
commit
a3391d871d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user