X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/914dbb9ef2d1b679a0e5b05f6c71741d0e422f8c..81ec17e00492190f1c3566794c0f567aa34d439a:/openwrt/target/linux/package/openswan/Makefile diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index 730ad9bab..1f2dbb126 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -5,7 +5,7 @@ include ../../rules.mk PKG_NAME:=openswan PKG_VERSION:=2.4.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=bd1a46c64727674149de61da2a32ca63 PKG_SOURCE_URL:=http://www.openswan.org/download @@ -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)" \