Initial commit

This commit is contained in:
domenico
2025-06-24 13:14:22 +02:00
commit 4002f145fc
9002 changed files with 1731834 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
set_preinit_iface() {
. /lib/functions.sh
case $(board_name) in
meraki,mr32)
# switch needs to be out of the vlan mode.
swconfig dev switch0 set reset 1
swconfig dev switch0 set enable_vlan 0
swconfig dev switch0 set apply 1
;;
esac
}
boot_hook_add preinit_main set_preinit_iface