reinit eth0 when boot router

This commit is contained in:
padavanonly
2025-06-08 21:00:07 +08:00
committed by GitHub
parent 0dd61c081e
commit f34b24c160

View File

@@ -5,4 +5,6 @@ USE_PROCD=1
start_service() {
/sbin/smp.sh
ifconfig eth0 down
ifconfig eth0 up
}