add back the base-files/image code from brcm-2.4 to brcm47xx
[openwrt.git] / target / linux / brcm47xx / base-files / lib / preinit / 03_init_hotplug_failsafe_brcm
1 #!/bin/sh
2
3 init_hotplug_failsafe() {
4 echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug
5 }
6
7 boot_hook_add preinit_main init_hotplug_failsafe
8
9
This page took 0.04603 seconds and 5 git commands to generate.