diff options
Diffstat (limited to 'target/linux/mcs814x/base-files/lib/preinit/.svn')
3 files changed, 76 insertions, 0 deletions
diff --git a/target/linux/mcs814x/base-files/lib/preinit/.svn/entries b/target/linux/mcs814x/base-files/lib/preinit/.svn/entries new file mode 100644 index 0000000..91c1a85 --- /dev/null +++ b/target/linux/mcs814x/base-files/lib/preinit/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/mcs814x/base-files/lib/preinit +svn://svn.openwrt.org/openwrt + + + +2012-06-19T14:48:56.071313Z +32462 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +03_preinit_do_mcs814x.sh +file + + + + +2013-03-17T12:12:50.000000Z +3a5c00b788e6b1bc1e3989494ae887b7 +2012-06-19T14:48:56.071313Z +32462 +florian +has-props + + + + + + + + + + + + + + + + + + + + +109 + diff --git a/target/linux/mcs814x/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mcs814x.sh.svn-base b/target/linux/mcs814x/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mcs814x.sh.svn-base new file mode 100644 index 0000000..869ac71 --- /dev/null +++ b/target/linux/mcs814x/base-files/lib/preinit/.svn/prop-base/03_preinit_do_mcs814x.sh.svn-base @@ -0,0 +1,5 @@ +K 14 +svn:executable +V 1 +* +END diff --git a/target/linux/mcs814x/base-files/lib/preinit/.svn/text-base/03_preinit_do_mcs814x.sh.svn-base b/target/linux/mcs814x/base-files/lib/preinit/.svn/text-base/03_preinit_do_mcs814x.sh.svn-base new file mode 100644 index 0000000..d509770 --- /dev/null +++ b/target/linux/mcs814x/base-files/lib/preinit/.svn/text-base/03_preinit_do_mcs814x.sh.svn-base @@ -0,0 +1,9 @@ +#!/bin/sh + +do_mcs814x() { + . /lib/mcs814x.sh + + mcs814x_board_detect +} + +boot_hook_add preinit_main do_mcs814x |