rockchip: add workaround for photonicat's godda*n sdio wifi
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
11
target/linux/rockchip/armv8/base-files/etc/init.d/reload-sdio-wifi
Executable file
11
target/linux/rockchip/armv8/base-files/etc/init.d/reload-sdio-wifi
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
|
||||
boot() {
|
||||
case "$(board_name)" in
|
||||
ariaboard,photonicat)
|
||||
( sleep 15s; wifi; ) &
|
||||
;;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user