mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-22 12:05:32 +00:00
disable sstrip, causes problems
SVN-Revision: 142
This commit is contained in:
parent
395e248c1d
commit
e84308b800
@ -203,7 +203,7 @@ openwrt-rootprep:
|
||||
######################################################################
|
||||
|
||||
openwrt-prune: $(STAGING_DIR)/bin/sstrip openwrt-base
|
||||
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STAGING_DIR)/bin/sstrip 2>/dev/null || true;
|
||||
# -find $(TARGET_DIR) -type f -perm +111 -exec $(STAGING_DIR)/bin/sstrip {} \;
|
||||
# remove unneeded uClibc libs
|
||||
rm -rf $(TARGET_DIR)/lib/libthread_db*
|
||||
rm -rf $(TARGET_DIR)/lib/libpthread*
|
||||
|
Loading…
x
Reference in New Issue
Block a user