Openwrt/target/linux/generic
Aleksander Jan Bajkowski 777e67301a 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>
2021-02-21 23:52:26 +01:00
..
backport-5.4 kernel: bump 5.4 to 5.4.99 2021-02-18 20:04:50 +01:00
backport-5.10
files
hack-5.4 kernel: bump 5.4 to 5.4.99 2021-02-18 20:04:50 +01:00
hack-5.10 kernel: 5.10: refresh patches 2021-02-16 23:48:23 +01:00
image
other-files
pending-5.4 generic: add bcm2835-rng quality patch 2021-02-20 18:59:25 +01:00
pending-5.10 generic: add bcm2835-rng quality patch 2021-02-20 18:59:25 +01:00
config-5.4 kernel: sort config 2021-02-21 23:52:26 +01:00
config-5.10 kernel: sort config 2021-02-21 23:52:26 +01:00
config-filter
PATCHES