diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-23 23:00:48 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-23 23:00:48 +0000 |
commit | 752643b3e9bb65cc5bf85551f990d3a48570da93 (patch) | |
tree | e3346f6cc2583bd7e3a36cfce8dfdee1b7b9fb9a /target/linux/package/openswan/Makefile | |
parent | c426411d90ccf4dcaa2bf7f5ea718d552278cb35 (diff) |
fix build on 2.4 systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2754 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)" \ |