diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/at91/9260/base-files/etc/init.d | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/at91/9260/base-files/etc/init.d')
3 files changed, 106 insertions, 0 deletions
diff --git a/target/linux/at91/9260/base-files/etc/init.d/.svn/entries b/target/linux/at91/9260/base-files/etc/init.d/.svn/entries new file mode 100644 index 0000000..104a8d5 --- /dev/null +++ b/target/linux/at91/9260/base-files/etc/init.d/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files/etc/init.d +svn://svn.openwrt.org/openwrt + + + +2012-04-20T13:33:01.030234Z +31372 +claudio + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +custom-user-startup +file + + + + +2013-03-17T12:13:04.000000Z +77dc926b1f5d9e01fb54d615e3fb6f09 +2012-04-20T13:33:01.030234Z +31372 +claudio + + + + + + + + + + + + + + + + + + + + + +526 + diff --git a/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base b/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base new file mode 100644 index 0000000..dc9f77c --- /dev/null +++ b/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base @@ -0,0 +1,22 @@ +#!/bin/sh /etc/rc.common +START=90 +# place your own startup commands here +# +# REMEMBER: You *MUST* place an '&' after launching programs you +# that are to continue running in the background. +# +# i.e. +# BAD: upnpd +# GOOD: upnpd & +# +# Failure to do this will result in the startup process halting +# on this file and the diagnostic light remaining on (at least +# for WRT54G(s) models). +# + +# coldplug USB devices +udevtrigger & + +# wait for coldplug and re-generate wireless config +#wifi detect > /etc/config/wireless & + diff --git a/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup b/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup new file mode 100644 index 0000000..dc9f77c --- /dev/null +++ b/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup @@ -0,0 +1,22 @@ +#!/bin/sh /etc/rc.common +START=90 +# place your own startup commands here +# +# REMEMBER: You *MUST* place an '&' after launching programs you +# that are to continue running in the background. +# +# i.e. +# BAD: upnpd +# GOOD: upnpd & +# +# Failure to do this will result in the startup process halting +# on this file and the diagnostic light remaining on (at least +# for WRT54G(s) models). +# + +# coldplug USB devices +udevtrigger & + +# wait for coldplug and re-generate wireless config +#wifi detect > /etc/config/wireless & + |