diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-11 00:06:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-11 00:06:42 +0000 |
commit | 9e5c08131ec118ca28a278c2c899abf8e114b521 (patch) | |
tree | b079ffbfad174ef36a673a745adadcb6fb8ff3ed /package/openswan/Makefile | |
parent | c458c33115acda0f4624de682988e5a7517a44f3 (diff) | |
download | master-187ad058-9e5c08131ec118ca28a278c2c899abf8e114b521.tar.gz master-187ad058-9e5c08131ec118ca28a278c2c899abf8e114b521.tar.bz2 master-187ad058-9e5c08131ec118ca28a278c2c899abf8e114b521.zip |
fix openswan -- do NOT strip the kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r-- | package/openswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile index 8214e74c6b..db351f886b 100644 --- a/package/openswan/Makefile +++ b/package/openswan/Makefile @@ -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) |