summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/openvpn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index e9a9cf4fa..1c7b06e5f 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -57,6 +57,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_IPK_DIR)/usr/sbin
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
+ $(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)