diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-01 09:35:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-01 09:35:22 +0000 |
commit | 9ff59c7656a90a907ae10847a7e6e8f93255532b (patch) | |
tree | fa2611a4955a594d6b5d81b2d0fb739715675942 /target/linux/mvebu/base-files/lib | |
parent | d5340f6092c537c10790563b799494b1070f56b8 (diff) | |
download | upstream-9ff59c7656a90a907ae10847a7e6e8f93255532b.tar.gz upstream-9ff59c7656a90a907ae10847a7e6e8f93255532b.tar.bz2 upstream-9ff59c7656a90a907ae10847a7e6e8f93255532b.zip |
drop unneeded file
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41433
Diffstat (limited to 'target/linux/mvebu/base-files/lib')
-rw-r--r-- | target/linux/mvebu/base-files/lib/preinit/03_preinit_do_mvebu.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/mvebu/base-files/lib/preinit/03_preinit_do_mvebu.sh b/target/linux/mvebu/base-files/lib/preinit/03_preinit_do_mvebu.sh deleted file mode 100644 index 054c9d33a3..0000000000 --- a/target/linux/mvebu/base-files/lib/preinit/03_preinit_do_mvebu.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -do_mvebu() { - . /lib/mvebu.sh - - mvebu_board_detect -} - -boot_hook_add preinit_main do_mvebu |