diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:37 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:37 +0000 |
| commit | 02111e915c514abae6344afdd08bf0e2e099987c (patch) | |
| tree | 79bbd28cec15e8174a705ceed9da2eaa396a75e9 | |
| parent | 9c751743b2b8cfe26be2038b7bab9f720c75c150 (diff) | |
| download | upstream-02111e915c514abae6344afdd08bf0e2e099987c.tar.gz upstream-02111e915c514abae6344afdd08bf0e2e099987c.tar.bz2 upstream-02111e915c514abae6344afdd08bf0e2e099987c.zip | |
sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42397 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 828cff5880d..a2cd3a5ab08 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) \ |
