diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:41:43 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:41:43 +0000 |
| commit | 1e99b4082e4d8070f9961cf500c4dfed07f76c07 (patch) | |
| tree | 0d26d24c24b075fd7ce4fa5bfc6bd774d60ad798 /openwrt/package/openswan/Makefile | |
| parent | 0fc464f14359529daa5df4e0491022d9898c3534 (diff) | |
| download | mtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.zip mtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.tar.gz mtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.tar.bz2 | |
Tweak openswan: strip kernel module and remove /var from package
SVN-Revision: 598
Diffstat (limited to 'openwrt/package/openswan/Makefile')
| -rw-r--r-- | openwrt/package/openswan/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile index b652e1e..6171656 100644 --- a/openwrt/package/openswan/Makefile +++ b/openwrt/package/openswan/Makefile @@ -57,11 +57,14 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME) -$(STRIP) $(PKG_IPK_DIR)/usr/libexec/ipsec/* rm -rf $(PKG_IPK_DIR)/usr/share rm -rf $(PKG_IPK_DIR)/usr/man + rm -rf $(PKG_IPK_DIR)/var rm -rf $(PKG_IPK_DIR)/etc/rc.d/rc*.d mkdir -p $(PKG_IPK_DIR)/etc/init.d 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 mkdir -p $(PACKAGE_DIR) find $(PKG_BUILD_DIR) -name \*.old | xargs rm -rf $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) |
