projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
libnet
/
Config.in
diff --git
a/openwrt/package/libnet/Config.in
b/openwrt/package/libnet/Config.in
index
433e9fb
..
ffa6f08
100644
(file)
--- a/
openwrt/package/libnet/Config.in
+++ b/
openwrt/package/libnet/Config.in
@@
-1,7
+1,7
@@
config BR2_PACKAGE_LIBNET
config BR2_PACKAGE_LIBNET
- select BR2_PACKAGE_LIBPCAP
- tristate "libnet"
+ tristate "libnet - Low-level packet creation library"
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBPCAP
help
A low-level packet creation library.
help
A low-level packet creation library.
This page took
0.020878 seconds
and
4
git commands to generate.