Config.in 442 B

1234567891011
  1. config BR2_PACKAGE_IFPLUGD
  2. bool "ifplugd"
  3. select BR2_PACKAGE_LIBDAEMON
  4. help
  5. Ifplugd is a daemon which will automatically configure your
  6. ethernet device when a cable is plugged in and automatically
  7. de-configure it if the cable is pulled out. This is useful
  8. on laptops with onboard network adapters, since it will only
  9. configure the interface when a cable is really connected.
  10. http://0pointer.de/lennart/projects/ifplugd/