Browse Source

sdk: exclude locale files to save some space

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
3e521fa112
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/sdk/Makefile

+ 2 - 1
target/sdk/Makefile

@@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \
 	*.install.clean \
 	*.install.flags \
 	*.install \
-	*/doc
+	*/doc \
+	*/share/locale
 
 SDK_DIRS = \
 		$(STAGING_SUBDIR_HOST) \