diff options
Diffstat (limited to 'package/wprobe/Makefile')
-rw-r--r-- | package/wprobe/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index bbc2b88..cea23d2 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 |