massive changes
[openwrt.git] / obsolete-buildroot / make / openwrt.mk
index b8c2c96..efe6ebe 100644 (file)
@@ -202,8 +202,7 @@ openwrt-rootprep:
 
 ######################################################################
 
-openwrt-prune: $(STAGING_DIR)/bin/sstrip openwrt-base
-#      -find $(TARGET_DIR) -type f -perm +111 -exec $(STAGING_DIR)/bin/sstrip {} \;
+openwrt-prune: openwrt-base $(STAGING_DIR)/bin/sstrip
        # remove unneeded uClibc libs
        rm -rf $(TARGET_DIR)/lib/libthread_db*
        rm -rf $(TARGET_DIR)/lib/libpthread*
@@ -214,11 +213,13 @@ openwrt-prune: $(STAGING_DIR)/bin/sstrip openwrt-base
        rm -f $(TARGET_DIR)/usr/sbin/iptables-save
        rm -f $(TARGET_DIR)/usr/sbin/iptables-restore
        rm -f $(TARGET_DIR)/usr/sbin/ip6tables
+       rm -f $(TARGET_DIR)/usr/lib/iptables/libip6*
+       -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STAGING_DIR)/bin/sstrip 2>/dev/null || true;
 
 ######################################################################
 
 $(STAGING_DIR)/bin/sstrip:
-       $(CC) -o $(STAGING_DIR)/bin/sstrip -I$(STAGING_DIR)/mipsel-linux-uclibc/include $(SOURCE_DIR)/openwrt/tools/sstrip.c
+       $(CC) -o $(STAGING_DIR)/bin/sstrip $(SOURCE_DIR)/openwrt/tools/sstrip.c
 
 wrt-tools:
        $(CC) -o $(WRT54G_DIR)/release/tools/trx $(SOURCE_DIR)/openwrt/tools/trx.c
This page took 0.025195 seconds and 4 git commands to generate.