diff options
Diffstat (limited to 'extra/scripts/randconfig.sh')
-rwxr-xr-x | extra/scripts/randconfig.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/scripts/randconfig.sh b/extra/scripts/randconfig.sh index d83731b6e..e2124c75d 100755 --- a/extra/scripts/randconfig.sh +++ b/extra/scripts/randconfig.sh @@ -10,7 +10,6 @@ test "x$AWK" = "x" && AWK=awk test "x$ARCH" = "x" && ARCH=`uname -m` KCONFIG_ALLCONFIG=.config.allconfig (echo TARGET_$ARCH=y - echo '# DOMULTI is not set' ) > $KCONFIG_ALLCONFIG export KCONFIG_ALLCONFIG |