rockchip: add workaround for photonicat's godda*n sdio wifi

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-02-28 00:49:35 +08:00
parent f295771158
commit 21cf14ec9f

View File

@@ -0,0 +1,11 @@
#!/bin/sh /etc/rc.common
START=99
boot() {
case "$(board_name)" in
ariaboard,photonicat)
( sleep 15s; wifi; ) &
;;
esac
}