1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 21:57:37 +03:00
openwrt-xburst/target/linux/brcm63xx/base-files/lib/preinit/03_do_brcm63xx.sh
cshore 705e618a3c brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom 6x00)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-30 01:32:47 +00:00

8 lines
89 B
Bash

#!/bin/sh
do_brcm63xx() {
. /lib/brcm63xx.sh
}
boot_hook_add preinit_main do_brcm63xx