summaryrefslogtreecommitdiff
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-16 10:03:53 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-16 10:03:53 +0000
commit5e7cd9d05b74a42ad93ce29ab222d7592b60535f (patch)
treef3b0a5bdb9703727ffe45b83bce4ca729831f56f /package/libpcap/Makefile
parent76feb97404a14cd13261e5316dd1da87b9881317 (diff)
downloadmtk-20170518-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.zip
mtk-20170518-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.tar.gz
mtk-20170518-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.tar.bz2
package/libpcap: move configuration to submenu
SVN-Revision: 20909
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r--package/libpcap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index fcc9987..a885f90 100644
--- 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/
+ MENU:=1
endef
define Package/libpcap/description
@@ -33,7 +34,7 @@ capture.
endef
define Package/libpcap/config
-source "$(SOURCE)/Config.in"
+ source "$(SOURCE)/Config.in"
endef
TARGET_CFLAGS += \