aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx/base-files/lib/preinit/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mpc83xx/base-files/lib/preinit/.svn')
-rw-r--r--target/linux/mpc83xx/base-files/lib/preinit/.svn/entries62
-rw-r--r--target/linux/mpc83xx/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mpc83xx.sh.svn-base5
-rw-r--r--target/linux/mpc83xx/base-files/lib/preinit/.svn/text-base/03_preinit_do_mpc83xx.sh.svn-base9
3 files changed, 76 insertions, 0 deletions
diff --git a/target/linux/mpc83xx/base-files/lib/preinit/.svn/entries b/target/linux/mpc83xx/base-files/lib/preinit/.svn/entries
new file mode 100644
index 0000000..5d6c8d7
--- /dev/null
+++ b/target/linux/mpc83xx/base-files/lib/preinit/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/mpc83xx/base-files/lib/preinit
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-05-05T11:43:19.973365Z
+31590
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+03_preinit_do_mpc83xx.sh
+file
+
+
+
+
+2013-03-17T12:12:30.000000Z
+0241487f4a0c09b89e42083fff841749
+2012-05-05T11:43:19.973365Z
+31590
+juhosg
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+109
+
diff --git a/target/linux/mpc83xx/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mpc83xx.sh.svn-base b/target/linux/mpc83xx/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mpc83xx.sh.svn-base
new file mode 100644
index 0000000..bdbd305
--- /dev/null
+++ b/target/linux/mpc83xx/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mpc83xx.sh.svn-base
@@ -0,0 +1,5 @@
+K 13
+svn:eol-style
+V 6
+native
+END
diff --git a/target/linux/mpc83xx/base-files/lib/preinit/.svn/text-base/03_preinit_do_mpc83xx.sh.svn-base b/target/linux/mpc83xx/base-files/lib/preinit/.svn/text-base/03_preinit_do_mpc83xx.sh.svn-base
new file mode 100644
index 0000000..c67b1d4
--- /dev/null
+++ b/target/linux/mpc83xx/base-files/lib/preinit/.svn/text-base/03_preinit_do_mpc83xx.sh.svn-base
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+do_mpc83xx() {
+ . /lib/mpc83xx.sh
+
+ mpc83xx_board_detect
+}
+
+boot_hook_add preinit_main do_mpc83xx