X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/47a2f983bdb4c2948c7edd222d0f2177b43e0297..24168b91595c0c5a9420c348c4c16e727e1aaa81:/package/wprobe/Makefile diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 50e2b70fe..536a85eb2 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/wprobe SUBMENU:=Network Support + DEPENDS:=@LINUX_2_6 TITLE:=Wireless driver probe infrastructure FILES:= \ $(PKG_BUILD_DIR)/kernel/wprobe.$(LINUX_KMOD_SUFFIX) @@ -60,13 +61,14 @@ define Build/Prepare endef TARGET_CPPFLAGS := \ + -D_GNU_SOURCE \ -I$(STAGING_DIR)/usr/include/libnl-tiny \ $(TARGET_CPPFLAGS) ifdef CONFIG_PACKAGE_kmod-wprobe define Build/Compile/kmod $(MAKE) -C $(LINUX_DIR) \ - CROSS_COMPILE="$(TARGET_CROSS)" \ + CROSS_COMPILE="$(KERNEL_CROSS)" \ ARCH="$(LINUX_KARCH)" \ SUBDIRS="$(PKG_BUILD_DIR)/kernel" \ KERNELDIR=$(LINUX_DIR) \