diff options
author | Sergio Prado <sergio.prado@e-labworks.com> | 2016-07-23 11:18:50 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-23 22:56:24 +0200 |
commit | 689b2b74effc1d112f43f7ee4f21c757a2312e56 (patch) | |
tree | f399df25e1813c707caa28636ef40e433c1acc6d /package/tunctl/Config.in | |
parent | ab03eaedf8ba623b10e0c3537dd9afcd32db2b28 (diff) | |
download | buildroot-689b2b74effc1d112f43f7ee4f21c757a2312e56.tar.gz buildroot-689b2b74effc1d112f43f7ee4f21c757a2312e56.zip |
tunctl: new package
Tunctl is a tool for controlling the TUN/TAP driver in Linux.
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
[Thomas: use $(TARGET_CONFIGURE_OPTS).]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tunctl/Config.in')
-rw-r--r-- | package/tunctl/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/tunctl/Config.in b/package/tunctl/Config.in new file mode 100644 index 0000000000..26eed4c31e --- /dev/null +++ b/package/tunctl/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_TUNCTL + bool "tunctl" + help + Tunctl is a tool for controlling the TUN/TAP driver in Linux. + + https://sourceforge.net/projects/tunctl/ |