projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the...
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
fcc9987
..
a885f90
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-25,6
+25,7
@@
define Package/libpcap
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
URL:=http://www.tcpdump.org/
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
URL:=http://www.tcpdump.org/
+ MENU:=1
endef
define Package/libpcap/description
endef
define Package/libpcap/description
@@
-33,7
+34,7
@@
capture.
endef
define Package/libpcap/config
endef
define Package/libpcap/config
-source "$(SOURCE)/Config.in"
+
source "$(SOURCE)/Config.in"
endef
TARGET_CFLAGS += \
endef
TARGET_CFLAGS += \
This page took
0.023395 seconds
and
4
git commands to generate.