diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-08-24 23:50:14 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-08-24 23:50:14 +0000 |
| commit | 5e346b8f70a5df1e1884d830508080ac87bc259a (patch) | |
| tree | db8218863c9124ae287832ccd846ad4d96c2e05e /obsolete-buildroot/make/openwrt.mk | |
| parent | f0dfe4b88acf3a3e307b4bcf5c6e5485e5aa4ffd (diff) | |
| download | mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.zip mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.tar.gz mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.tar.bz2 | |
massive changes - sstrip cleanup from mjn3 - various patches from nico and others: http://openwrt.org/forum/viewtopic.php?t=368
SVN-Revision: 145
Diffstat (limited to 'obsolete-buildroot/make/openwrt.mk')
| -rw-r--r-- | obsolete-buildroot/make/openwrt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/obsolete-buildroot/make/openwrt.mk b/obsolete-buildroot/make/openwrt.mk index 38fa958..efe6ebe 100644 --- a/obsolete-buildroot/make/openwrt.mk +++ b/obsolete-buildroot/make/openwrt.mk @@ -213,12 +213,13 @@ openwrt-prune: openwrt-base $(STAGING_DIR)/bin/sstrip 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 |
