Commit c7d2c711 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Adam Wujek

tools/update_configs: name says it all

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent affb4139
#!/bin/bash
# Use ./tools/update_configs
for n in configs/*; do
b=$(basename $n)
echo; echo; echo " #### Updating $b ######"; echo
cp $n .config
make oldconfig
cp .config $n
done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment