X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cd6f53317c9f205104486fd1fe0d216b5e502062..bdf756b87aae8a2ce87f3b87baae76ea3a8ed52a:/openwrt/package/openswan/Makefile diff --git a/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile index 61716564c..db351f886 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.1dr6 +PKG_VERSION:=2.3.1 PKG_RELEASE:=1 -PKG_MD5SUM:=x +PKG_MD5SUM:=3dcf1cd7efcbe8db3148fc288d429db1 PKG_SOURCE_URL:=http://www.openswan.org/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -63,8 +63,8 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME) ln -sf ../rc.d/init.d/ipsec $(PKG_IPK_DIR)/etc/init.d/S60ipsec mkdir -p $(PKG_IPK_DIR)/lib/modules/$(LINUX_VERSION) cp $(PKG_BUILD_DIR)/modobj/ipsec.o $(PKG_IPK_DIR)/lib/modules/$(LINUX_VERSION)/ - $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note \ - $(PKG_IPK_DIR)/lib/modules/$(LINUX_VERSION)/ipsec.o +# $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note \ +# $(PKG_IPK_DIR)/lib/modules/$(LINUX_VERSION)/ipsec.o mkdir -p $(PACKAGE_DIR) find $(PKG_BUILD_DIR) -name \*.old | xargs rm -rf $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)