mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
wprobe: enable conditional compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -10,10 +10,16 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
PKG_NAME:=wprobe
|
||||
PKG_VERSION:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=libnl libipfix
|
||||
PKG_BUILD_DEPENDS:=libnl PACKAGE_wprobe-export:libipfix
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
PKG_CONFDEPS = \
|
||||
CONFIG_PACKAGE_kmod-wprobe \
|
||||
CONFIG_PACKAGE_wprobe-export
|
||||
|
||||
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,$(PKG_CONFDEPS))
|
||||
|
||||
define KernelPackage/wprobe
|
||||
SUBMENU:=Network Support
|
||||
TITLE:=Wireless driver probe infrastructure
|
||||
@@ -57,6 +63,7 @@ endef
|
||||
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||
|
||||
ifdef CONFIG_PACKAGE_kmod-wprobe
|
||||
define Build/Compile/kmod
|
||||
$(MAKE) -C $(LINUX_DIR) \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
@@ -67,6 +74,7 @@ define Build/Compile/kmod
|
||||
EXTRA_CFLAGS="-I$(PKG_BUILD_DIR)/kernel" \
|
||||
modules
|
||||
endef
|
||||
endif
|
||||
|
||||
define Build/Compile/lib
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/user \
|
||||
@@ -77,6 +85,7 @@ define Build/Compile/lib
|
||||
LIBNL="$(STAGING_DIR)/usr/lib/libnl.a"
|
||||
endef
|
||||
|
||||
ifdef CONFIG_PACKAGE_wprobe-export
|
||||
define Build/Compile/exporter
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/exporter \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
@@ -85,6 +94,7 @@ define Build/Compile/exporter
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
LIBS="$(PKG_BUILD_DIR)/user/libwprobe.a $(STAGING_DIR)/usr/lib/libipfix.a $(STAGING_DIR)/usr/lib/libmisc.a $(STAGING_DIR)/usr/lib/libnl.a -lm"
|
||||
endef
|
||||
endif
|
||||
|
||||
define Build/Compile
|
||||
$(Build/Compile/kmod)
|
||||
|
||||
Reference in New Issue
Block a user