rockchip: add wifi reload workaround for ninetripod x3568-v4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2025-10-29 18:50:18 +08:00
parent 0195e1f4c7
commit 318a94d7b1

View File

@ -13,5 +13,8 @@ boot() {
armsom,sige7)
( sleep 100s; wifi; ) &
;;
ninetripod,x3568-v4)
( sleep 5s; wifi; ) &
;;
esac
}