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 | f7eab757aee4bdac97f8080e452cb5559c934cab (patch) | |
tree | 242b0cbe6af35eb91785ad60f5830aa34cc88255 /target | |
parent | 6ac36eaf7f804360722fadbcb39d927e628be552 (diff) | |
download | upstream-f7eab757aee4bdac97f8080e452cb5559c934cab.tar.gz upstream-f7eab757aee4bdac97f8080e452cb5559c934cab.tar.bz2 upstream-f7eab757aee4bdac97f8080e452cb5559c934cab.zip |
[mvebu]: drop unneeded file
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |