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 | 47e29c53bd8a54795a69476e7ed5c9eed89d8bec (patch) | |
| tree | e40419c8142810a96e888b649b6671125796cc25 /openwrt/package/openswan/Makefile | |
| parent | efd7492302e8fec7b8e76ee98980554fc1c4720a (diff) | |
| download | mtk-20170518-47e29c53bd8a54795a69476e7ed5c9eed89d8bec.zip mtk-20170518-47e29c53bd8a54795a69476e7ed5c9eed89d8bec.tar.gz mtk-20170518-47e29c53bd8a54795a69476e7ed5c9eed89d8bec.tar.bz2 | |
fix openswan -- do NOT strip the kernel modules
SVN-Revision: 619
Diffstat (limited to 'openwrt/package/openswan/Makefile')
| -rw-r--r-- | openwrt/package/openswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile index 8214e74..db351f8 100644 --- a/openwrt/package/openswan/Makefile +++ b/openwrt/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) |
