mvebu: drop preinit script

The /lib/mvebu.sh script can now handle this task.

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 41341
This commit is contained in:
Luka Perkov
2014-06-26 10:21:32 +00:00
parent e575c759ca
commit cb3d5242ca
2 changed files with 1 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
do_mvebu() {
. /lib/mvebu.sh
mvebu_board_detect
}
boot_hook_add preinit_main do_mvebu