aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/9260/base-files/etc/init.d/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/at91/9260/base-files/etc/init.d/.svn')
-rw-r--r--target/linux/at91/9260/base-files/etc/init.d/.svn/entries62
-rw-r--r--target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base22
2 files changed, 84 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 &
+