diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:49 +0000 |
commit | bdd7a7319708d350c6f624642c2542aa795edd3a (patch) | |
tree | a79a6ca22ee9aa2e8ff00497a1e1dfd62d1dc176 | |
parent | 66b80d1282790f2782f96c18b7365fd0481fb515 (diff) | |
download | upstream-bdd7a7319708d350c6f624642c2542aa795edd3a.tar.gz upstream-bdd7a7319708d350c6f624642c2542aa795edd3a.tar.bz2 upstream-bdd7a7319708d350c6f624642c2542aa795edd3a.zip |
sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r42397
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42398 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 828cff5880..a2cd3a5ab0 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -31,8 +31,7 @@ EXCLUDE_DIRS:=*/ccache \ *.install.clean \ *.install.flags \ *.install \ - */doc \ - $(STAGING_SUBDIR_TARGET)/usr/bin + */doc SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \ |