1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 00:11:54 +03:00
openwrt-xburst/package/base-files/files/etc/rc.local
jow f4a0466de8 [package] base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-11 21:35:03 +00:00

5 lines
132 B
Plaintext

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
exit 0