summaryrefslogtreecommitdiff
path: root/openwrt/package/openswan/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-29 12:40:16 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-29 12:40:16 +0000
commit213e41cc1fd62ade656030e5af5b554a04149b8c (patch)
tree4099fdc897773dddb6f27afcda1f532a7f155360 /openwrt/package/openswan/Makefile
parent895299e89d2d8244212d60940574b790c1dddd28 (diff)
update openswan to 2.40
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openswan/Makefile')
-rw-r--r--openwrt/package/openswan/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile
index 0e92d8a1b0..a25f12d374 100644
--- a/openwrt/package/openswan/Makefile
+++ b/openwrt/package/openswan/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openswan
-PKG_VERSION:=2.3.1
+PKG_VERSION:=2.4.0
PKG_RELEASE:=1
-PKG_MD5SUM:=3dcf1cd7efcbe8db3148fc288d429db1
+PKG_MD5SUM:=6cbba783658eb62b87cbf4937f5e8464
PKG_SOURCE_URL:=http://www.openswan.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -19,12 +19,6 @@ $(eval $(call PKG_template,OPENSWAN,openswan,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC
FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include
$(PKG_BUILD_DIR)/.built:
-# $(MAKE) -C $(PKG_BUILD_DIR) \
-# $(TARGET_CONFIGURE_OPTS) \
-# KERNELSRC="$(LINUX_DIR)" \
-# ARCH="mips" \
-# USERCOMPILE="$(FLAGS)" \
-# module
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
KERNELSRC="$(LINUX_DIR)" \