X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/24dc1f527d33afc44998f5b35a8de368c165f51d..a31b32e1abf8ef79928b2d196ac1c7f08124833d:/openwrt/target/linux/package/hostap/Makefile diff --git a/openwrt/target/linux/package/hostap/Makefile b/openwrt/target/linux/package/hostap/Makefile index 06c063a5e..d28550975 100644 --- a/openwrt/target/linux/package/hostap/Makefile +++ b/openwrt/target/linux/package/hostap/Makefile @@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(KERNEL_DIR)/ \ ARCH="$(LINUX_KARCH)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \ modules touch $@