mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:08:06 +02:00
strip openvpn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@333 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8ddf01b0d
commit
76707dd260
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user