summaryrefslogtreecommitdiffstats
path: root/package/openswan/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:41:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:41:43 +0000
commitaa872c9219775f8f6f771f798a4ab8aaf7eaf215 (patch)
tree3d60b1cba67ae5100c985b2152b526ef644c101f /package/openswan/Makefile
parent70701dc6c83fcc594fc1e06a84b3cac57cc27fd4 (diff)
Tweak openswan: strip kernel module and remove /var from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r--package/openswan/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index b652e1eda..61716564c 100644
--- a/package/openswan/Makefile
+++ b/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)