openwrtv4/target/linux/lantiq/base-files/lib/preinit/03_preinit_board.sh
John Crispin c8bde9da4a lantiq: detect board in preinit state
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41638
2014-07-14 07:38:52 +00:00

9 lines
115 B
Bash
Executable file

#!/bin/sh
do_lantiq() {
. /lib/functions/lantiq.sh
lantiq_board_detect
}
boot_hook_add preinit_main do_lantiq