我想在启动时运行一些脚本。我尝试了很多事情,但无法实现。
这是 OpenWRT 启动顺序:https ://openwrt.org/docs/techref/preinit_mount
在查看此链接后,我尝试对/etc/init.d
我的/etc/init.d
. 它看起来像这样:
avahi-daemon dropbear log rpcd system
boot firewall mjpg-streamer samba telnet
cron **gpio.sh** mountd sysctl uhttpd
dnsmasq led network sysfixtime umount
done linkit odhcpd sysntpd yunbridge
gpio.sh 是我的脚本。它什么也没做。我在这里错过了什么吗?有人可以帮忙吗?