diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:03:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:03:53 +0000 |
commit | 5e7cd9d05b74a42ad93ce29ab222d7592b60535f (patch) | |
tree | f3b0a5bdb9703727ffe45b83bce4ca729831f56f /package/libpcap/Makefile | |
parent | 76feb97404a14cd13261e5316dd1da87b9881317 (diff) | |
download | upstream-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.tar.gz upstream-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.tar.bz2 upstream-5e7cd9d05b74a42ad93ce29ab222d7592b60535f.zip |
package/libpcap: move configuration to submenu
SVN-Revision: 20909
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index fcc9987c0f..a885f90c7f 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 += \ |