From 7658ef1316a0ddd0683583ca1a5978b1da4d6917 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 27 Apr 2009 15:53:00 +0000 Subject: introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451 --- package/wprobe/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package/wprobe/Makefile') diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index bbc2b88c94..cea23d2a3b 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -12,13 +12,11 @@ PKG_VERSION:=1 PKG_BUILD_DEPENDS:=libnl PACKAGE_wprobe-export:libipfix -include $(INCLUDE_DIR)/package.mk - -PKG_CONFDEPS = \ +PKG_CONFIG_DEPENDS = \ CONFIG_PACKAGE_kmod-wprobe \ - CONFIG_PACKAGE_wprobe-export + CONFIG_PACKAGE_wprobe-export \ -STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,$(PKG_CONFDEPS)) +include $(INCLUDE_DIR)/package.mk define KernelPackage/wprobe SUBMENU:=Network Support -- cgit v1.2.3