build: rework verbosity level selection
[openwrt/openwrt.git] / scripts / feeds
index 1b7aab79ccc1d3e9d309a2c16b48f07386ad6c72..b8c6825ed084a6e3810cd119486ceafe3a016891 100755 (executable)
@@ -540,7 +540,7 @@ sub update {
        my $perform_update=1;
 
        $ENV{SCAN_COOKIE} = $$;
-       $ENV{KBUILD_VERBOSE} = 99;
+       $ENV{OPENWRT_VERBOSE} = 's';
 
        getopts('ahi', \%opts);