X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2Fconfig;h=608d7fdb13e8d6ac901eaf99cc3b1b5df0a7cc95;hb=989264f4645c183331a1279d513f4b1ddc06e1f5;hp=640c6fe4d644ab6e1e0ae7c815b9096266a9a413;hpb=47312d2cfd9b769c1739738602c163c4c9814c7b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/config b/scripts/config index 640c6fe..608d7fd 100755 --- a/scripts/config +++ b/scripts/config @@ -9,8 +9,10 @@ config options command ... commands: --enable|-e option Enable option --disable|-d option Disable option - --module|-m option Turn option into a module - --state|-s option Print state of option (n,y,m,undef) + --module|-m option Turn option into a module + --set-str option value + Set option to "value" + --state|-s option Print state of option (n,y,m,undef) --enable-after|-E beforeopt option Enable option directly after other option @@ -102,6 +104,11 @@ while [ "$1" != "" ] ; do set_var "CONFIG_$ARG" "CONFIG_$ARG=m" ;; + --set-str) + set_var "CONFIG_$ARG" "CONFIG_$ARG=\"$1\"" + shift + ;; + --state|-s) if grep -q "# CONFIG_$ARG is not set" $FN ; then echo n