1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 02:24:45 +03:00
openwrt-xburst/target/linux/brcm-2.4/base-files/lib/preinit/03_init_hotplug_failsafe_brcm
nbd 2294706127 rename -brcm-2.4 preinit files to -brcm, as they're shared with brcm47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-25 23:06:47 +00:00

10 lines
149 B
Bash

#!/bin/sh
init_hotplug_failsafe() {
echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug
}
boot_hook_add preinit_main init_hotplug_failsafe