Make endptmngr and dectmngr2 stripped in the root filesystem on targets

This can totally save ~9M bytes space.
This commit is contained in:
Yalu Zhang 2020-04-14 14:59:49 +02:00
parent d7564ddf36
commit b7d7b2a382
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ PKG_NAME:=dectmngr2
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=LICENSE
RSTRIP:=true
export BUILD_DIR
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

View file

@ -25,7 +25,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_NAME:=endptmngr
endif
RSTRIP:=true
export BUILD_DIR
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)