diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-03 19:20:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-03 19:22:22 +0100 |
commit | 391e3c8487386ed74b981cab45705cde963c6da3 (patch) | |
tree | a22a71394573e8061da5f1250e4e311c93e64b36 /extra/scripts | |
parent | 6932f2282ba0578d6ca2f21eead920d6b78bc93c (diff) |
remove pregenerated locale support, we don't support it
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/randconfig.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/scripts/randconfig.sh b/extra/scripts/randconfig.sh index 4c7126bbc..d83731b6e 100755 --- a/extra/scripts/randconfig.sh +++ b/extra/scripts/randconfig.sh @@ -10,9 +10,7 @@ test "x$AWK" = "x" && AWK=awk test "x$ARCH" = "x" && ARCH=`uname -m` KCONFIG_ALLCONFIG=.config.allconfig (echo TARGET_$ARCH=y - echo '# UCLIBC_PREGENERATED_LOCALE_DATA is not set' echo '# DOMULTI is not set' - echo '# UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA is not set' ) > $KCONFIG_ALLCONFIG export KCONFIG_ALLCONFIG |