--- zzzz-none-000/linux-2.4.17/scripts/Configure 2001-07-02 20:56:40.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/scripts/Configure 2004-11-24 13:22:09.000000000 +0000 @@ -116,7 +116,7 @@ # readln prompt default oldval # function readln () { - if [ "$DEFAULT" = "-d" -a -n "$3" ]; then + if [ "$DEFAULT" = "-d" -a \( -n "$3" -o "$HHL_CONFIG_DEFAULTNEW" = "y" \) ]; then echo "$1" ans=$2 else @@ -565,11 +565,11 @@ . $CONFIG_IN -rm -f .config.old -if [ -f .config ]; then - mv .config .config.old -fi -mv .tmpconfig .config +#rm -f .config.old +#if [ -f .config ]; then +# mv .config .config.old +#fi +#mv .tmpconfig .config mv .tmpconfig.h include/linux/autoconf.h echo