diff --git a/Makefile b/Makefile index e4f11d7..c5335f2 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ buildroot-menuconfig: $(buildroot_srcdir) $(sysroot_stamp): $(buildroot_tar) mkdir -p $(sysroot) - tar -xpf $< -C $(sysroot) --exclude ./dev + tar -xpf $< -C $(sysroot) --exclude ./dev --exclude ./usr/share/locale touch $@ $(linux_release):