1
0
Fork 0
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:
Christian Marangi 2026-03-18 09:27:30 +01:00
parent 348f716408
commit 8364cb4baa
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -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"
;;