Update mtk_smp.init

This commit is contained in:
padavanonly
2025-06-10 14:04:34 +08:00
committed by GitHub
parent f34b24c160
commit daa2c5e1a2

View File

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