diff options
Diffstat (limited to 'target/linux/package/openswan/Makefile')
-rw-r--r-- | target/linux/package/openswan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/openswan/Makefile b/target/linux/package/openswan/Makefile index 730ad9babc..0b3828607a 100644 --- a/target/linux/package/openswan/Makefile +++ b/target/linux/package/openswan/Makefile @@ -26,6 +26,7 @@ FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ + KERNEL_RELEASE="$(KERNEL_RELEASE)" \ KERNELSRC="$(KERNEL_DIR)" \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ |