diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:13:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:13:41 +0000 |
commit | b3d71710a3066f27ab254572dddff11572785f19 (patch) | |
tree | 473905d8c597bc830015ccaf56bef3d9470ff28a /package/netplug/Config.in | |
parent | 52e3eee8b918742a58e8a50dcb064955725f08ce (diff) |
add netplug package
Diffstat (limited to 'package/netplug/Config.in')
-rw-r--r-- | package/netplug/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/netplug/Config.in b/package/netplug/Config.in new file mode 100644 index 000000000..5c3ef95ff --- /dev/null +++ b/package/netplug/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_NETPLUG + bool "netplug" + default n + help + A Linux daemon that manages network interfaces in + response to network cables being plugged in and out. + + http://www.red-bean.com/~bos/ |