forked from mirror/openwrt
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: e210d994fa ("airoha: an7581: add Nokia Valyrian support")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
348f716408
commit
8364cb4baa
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue