diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2021-02-21 22:53:55 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-21 23:52:26 +0100 |
commit | 777e67301a4e1f62d1dd4e4b00dc2c02f2addbb5 (patch) | |
tree | a089a3c1ba844b23de5bbdb9ff52f5a4faf12f48 /target/linux/layerscape/patches-5.4/818-thermal-0001-thermal-Add-generic-device-cooling-support.patch | |
parent | 4b37e3bc2b2a079c996b6d97b8d3dbbd4ba6eb62 (diff) | |
download | upstream-777e67301a4e1f62d1dd4e4b00dc2c02f2addbb5.tar.gz upstream-777e67301a4e1f62d1dd4e4b00dc2c02f2addbb5.tar.bz2 upstream-777e67301a4e1f62d1dd4e4b00dc2c02f2addbb5.zip |
kernel: sort config
This was done by executing this script:
find . -name "config-*" > ../configs.txt
for config in $(cat ../configs.txt); do
./scripts/kconfig.pl '+' $config /dev/null > $config-new
mv $config-new $config
done
rm ../configs.txt
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'target/linux/layerscape/patches-5.4/818-thermal-0001-thermal-Add-generic-device-cooling-support.patch')
0 files changed, 0 insertions, 0 deletions