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/mpc83xx/base-files/lib/preinit | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/mpc83xx/base-files/lib/preinit')
4 files changed, 85 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 diff --git a/target/linux/mpc83xx/base-files/lib/preinit/03_preinit_do_mpc83xx.sh b/target/linux/mpc83xx/base-files/lib/preinit/03_preinit_do_mpc83xx.sh new file mode 100644 index 0000000..c67b1d4 --- /dev/null +++ b/target/linux/mpc83xx/base-files/lib/preinit/03_preinit_do_mpc83xx.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +do_mpc83xx() { + . /lib/mpc83xx.sh + + mpc83xx_board_detect +} + +boot_hook_add preinit_main do_mpc83xx |