60_init_hotplug 196 B

12345678910
  1. #!/bin/sh
  2. # Copyright (C) 2006 OpenWrt.org
  3. # Copyright (C) 2010 Vertical Communications
  4. init_hotplug() {
  5. echo "$HOTPLUG" > /proc/sys/kernel/hotplug
  6. }
  7. boot_hook_add preinit_main init_hotplug