2
0
forked from Ivasoft/openwrt

brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom 6x00)

SVN-Revision: 21626
This commit is contained in:
Daniel Dickinson
2010-05-30 01:32:47 +00:00
parent 6ef6b4e8b3
commit bd8cfa63f4
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
do_brcm63xx() {
. /lib/brcm63xx.sh
}
boot_hook_add preinit_main do_brcm63xx