thanks to nbd for the STRIP=: stuff in the buildsystem
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10618 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -52,6 +52,7 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
INSTALL_OPTS="" \
|
INSTALL_OPTS="" \
|
||||||
|
STRIP=: \
|
||||||
all install install-config
|
all install install-config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user