c8bde9da4a
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41638
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
do_lantiq() {
|
|
. /lib/functions/lantiq.sh
|
|
|
|
lantiq_board_detect
|
|
}
|
|
|
|
boot_hook_add preinit_main do_lantiq
|