OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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