summaryrefslogtreecommitdiff
path: root/extra/scripts/randconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scripts/randconfig.sh')
-rwxr-xr-xextra/scripts/randconfig.sh2
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