immortalwrt/target/linux/generic
Aleksander Jan Bajkowski f9420a6439 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-22 12:03:39 +08:00
..
backport-5.4 kernel: bump 5.4 to 5.4.99 2021-02-19 03:30:02 +08:00
backport-5.10 kernel: 5.10: add missing partitions doc syntax commit 2021-02-18 00:36:59 +08:00
files generic: ar8216: update version switch for of_get_phy_mode fix 2021-02-18 00:37:14 +08:00
hack-5.4 kernel: bump 5.4 to 5.4.99 2021-02-19 03:30:02 +08:00
hack-5.10 kernel: apply hacks on kernel 5.10 2021-02-18 00:46:19 +08:00
image target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-28 19:05:38 +08:00
pending-5.4 generic: add bcm2835-rng quality patch 2021-02-21 12:07:38 +08:00
pending-5.10 generic: add bcm2835-rng quality patch 2021-02-21 12:07:38 +08:00
config-5.4 kernel: sort config 2021-02-22 12:03:39 +08:00
config-5.10 kernel: sort config 2021-02-22 12:03:39 +08:00
config-filter kernel: add linux 5.10 support 2021-02-18 00:36:38 +08:00
PATCHES update source 2017-09-06 19:19:45 +08:00