From 391e3c8487386ed74b981cab45705cde963c6da3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Jan 2016 19:20:23 +0100 Subject: remove pregenerated locale support, we don't support it --- extra/scripts/randconfig.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'extra/scripts') 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 -- cgit v1.2.3