diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-30 14:43:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-30 14:43:56 +0000 |
commit | 80d8f01d21ee311f03207249ae0e4095cf8df38b (patch) | |
tree | 3dd0de290ed215e4df38b97a2dd3a22acd99b265 /openwrt/package/libpcap/Config.in | |
parent | 98920cbaeca1f16d3dc0532eaa7c17e614ea79b1 (diff) | |
download | mtk-20170518-80d8f01d21ee311f03207249ae0e4095cf8df38b.zip mtk-20170518-80d8f01d21ee311f03207249ae0e4095cf8df38b.tar.gz mtk-20170518-80d8f01d21ee311f03207249ae0e4095cf8df38b.tar.bz2 |
Make libpcap shared
SVN-Revision: 476
Diffstat (limited to 'openwrt/package/libpcap/Config.in')
-rw-r--r-- | openwrt/package/libpcap/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libpcap/Config.in b/openwrt/package/libpcap/Config.in index 7aa6a5b..0c11521 100644 --- a/openwrt/package/libpcap/Config.in +++ b/openwrt/package/libpcap/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBPCAP - bool "libpcap" - default n + tristate "libpcap (a low-level packet capture library)" + default m help A system-independent library for user-level network packet capture. |