diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-03-10 10:30:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-10 10:28:19 +0100 |
commit | e856095b17c67beeb41b39600f64b4d425274f3b (patch) | |
tree | 2e2ce8c5d031dee8dd1d9f281583d273214a41d0 | |
parent | 7d9161f863c8425dd6b0b4145a6f3ab6f83dfc27 (diff) | |
download | buildroot-e856095b17c67beeb41b39600f64b4d425274f3b.tar.gz buildroot-e856095b17c67beeb41b39600f64b4d425274f3b.zip |
netsniff-ng: add homepage link
Cc: Joris Lijssens <joris.lijssens@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/netsniff-ng/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/netsniff-ng/Config.in b/package/netsniff-ng/Config.in index 00617e3719..b59c876a99 100644 --- a/package/netsniff-ng/Config.in +++ b/package/netsniff-ng/Config.in @@ -16,6 +16,8 @@ config BR2_PACKAGE_NETSNIFF_NG networking toolkit. If you will, the Swiss army knife for network packets. + http://netsniff-ng.org + comment "netsniff-ng needs a glibc or musl toolchain w/ threads, headers >= 3.0" depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC \ |