forked from Ivasoft/openwrt
brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom 6x00)
SVN-Revision: 21626
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
do_brcm63xx() {
|
||||
. /lib/brcm63xx.sh
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main do_brcm63xx
|
||||
Reference in New Issue
Block a user