mvebu: add board detection scripts

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 35208
This commit is contained in:
Florian Fainelli
2013-01-17 22:28:48 +00:00
parent f7858466e2
commit a286a55c6f
2 changed files with 60 additions and 0 deletions

View File

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