projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b0f4a4efa9584e4c69f880062431dd27b8b78b24
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
base-files
/
lib
/
preinit
/
03_init_hotplug_failsafe_brcm-2.4
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.044822 seconds
and
3
git commands to generate.