标签:
在/etc/init.d下添加文件my-plugin
#!/bin/sh /etc/rc.common # /etc/init.d/my-plugin start() { sh /root/userinfo/userinfo.sh } stop() { }
建立连接 ln -s /etc/init.d/my-plugin /etc/rc.d/S50my-plugin
openwrt添加自动启动项
原文地址:http://www.cnblogs.com/zhangwuyin/p/4283355.html