diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 16:08:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 16:08:45 +0000 |
commit | 43a504e7447abfc26c4284366a17250c34b17728 (patch) | |
tree | b496879e5de5dfb3f7a0d4c65eb2c9616fdeb52a /openwrt/package/libpcap/Config.in | |
parent | 06469aeee1edab1b759c4f3bc9efb40db681190b (diff) | |
download | mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.zip mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.tar.gz mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.tar.bz2 |
add libpcap
SVN-Revision: 338
Diffstat (limited to 'openwrt/package/libpcap/Config.in')
-rw-r--r-- | openwrt/package/libpcap/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/libpcap/Config.in b/openwrt/package/libpcap/Config.in new file mode 100644 index 0000000..7aa6a5b --- /dev/null +++ b/openwrt/package/libpcap/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LIBPCAP + bool "libpcap" + default n + help + A system-independent library for user-level network packet capture. + + http://www.tcpdump.org/ |