diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 18:00:18 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 19:46:45 +0100 |
commit | 3e521fa11227b54d25c93aad335a9c4bd696c09a (patch) | |
tree | df0dfef219e80c7cfabf01639f8f5e3db5272694 /target/sdk/Makefile | |
parent | 920170a27fe9a3b66d5a857d70408dbac3720e0f (diff) | |
download | upstream-3e521fa11227b54d25c93aad335a9c4bd696c09a.tar.gz upstream-3e521fa11227b54d25c93aad335a9c4bd696c09a.tar.bz2 upstream-3e521fa11227b54d25c93aad335a9c4bd696c09a.zip |
sdk: exclude locale files to save some space
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index c1eca736b0..e9599c3c69 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \ *.install.clean \ *.install.flags \ *.install \ - */doc + */doc \ + */share/locale SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \ |