mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
airoha: an7581: fix interface selection script for Nokia Valyrian
While rebasing, a typo was made where the ';;' terminator was omitted in
the 02_network script. Add it to restore script functionality.
Fixes: e210d994faa5 ("airoha: an7581: add Nokia Valyrian support")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
348f716408
commit
8364cb4baa
@ -19,6 +19,7 @@ an7581_setup_interfaces()
|
||||
;;
|
||||
nokia,valyrian)
|
||||
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 10g" "wan"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported hardware. Network interfaces not initialized"
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user