xref: /OK3568_Linux_fs/buildroot/package/ifplugd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IFPLUGD
2*4882a593Smuzhiyun	bool "ifplugd"
3*4882a593Smuzhiyun	# libdaemon uses fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBDAEMON
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Ifplugd is a daemon which will automatically configure your
9*4882a593Smuzhiyun	  ethernet device when a cable is plugged in and automatically
10*4882a593Smuzhiyun	  de-configure it if the cable is pulled out. This is useful
11*4882a593Smuzhiyun	  on laptops with onboard network adapters, since it will only
12*4882a593Smuzhiyun	  configure the interface when a cable is really connected.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://0pointer.de/lennart/projects/ifplugd/
15