X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..879eb20d28509c03fae6d8612c2fcd32170f6fe2:/openwrt/package/libnet/Config.in?ds=inline diff --git a/openwrt/package/libnet/Config.in b/openwrt/package/libnet/Config.in index 433e9fbc7..a3cb965c3 100644 --- a/openwrt/package/libnet/Config.in +++ b/openwrt/package/libnet/Config.in @@ -1,12 +1,12 @@ config BR2_PACKAGE_LIBNET - select BR2_PACKAGE_LIBPCAP - tristate "libnet" + prompt "libnet............................ Low-level packet creation library" + tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPCAP help A low-level packet creation library. http://www.packetfactory.net/libnet/ Depends: libpcap -