lantiq: detect board in preinit state
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41638
This commit is contained in:
9
target/linux/lantiq/base-files/lib/preinit/03_preinit_board.sh
Executable file
9
target/linux/lantiq/base-files/lib/preinit/03_preinit_board.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
do_lantiq() {
|
||||
. /lib/functions/lantiq.sh
|
||||
|
||||
lantiq_board_detect
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main do_lantiq
|
||||
Reference in New Issue
Block a user