openwrt-6.x/target/linux
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
..
apm821xx kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
arc770
archs38
armvirt
at91
ath25
ath79 ath79: add kernel 5.10 support 2021-02-20 01:26:33 +01:00
bcm27xx bcm27xx: remove urngd package 2021-02-20 19:55:14 +01:00
bcm47xx
bcm53xx kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
bcm63xx bcm63xx: update ethernet kernel panics fix 2021-02-19 12:28:19 +01:00
bcm4908 bcm4908: add bcm_sf2 fixes for the 5th GPHY 2021-02-16 07:10:33 +01:00
gemini
generic kernel: sort config 2021-02-21 23:52:26 +01:00
imx6 Revert "imx6: bootscript-apalis: make it working on v2021.01 release" 2021-02-14 23:28:07 +01:00
ipq40xx
ipq806x
ipq807x
kirkwood kirkwood: rename files-5.4 to files 2021-02-19 15:56:04 +01:00
lantiq lantiq: fritz7320: enable USB power supply 2021-02-18 08:43:08 +01:00
layerscape layerscape: add new devices in README and clean up 2021-02-19 15:30:10 +01:00
malta
mediatek mediatek: fix SPDX license identifier on local DTS files 2021-02-19 13:47:45 +01:00
mpc85xx mpc85xx-p1010: add Kernel 5.10 support 2021-02-20 01:26:00 +01:00
mvebu mvebu: espressobin: drop COMPHY removement patch 2021-02-14 09:34:57 +01:00
mxs
octeon
octeontx
omap
oxnas
pistachio
ramips ramips: overwrite reset gpio properties in EX6150 DTS 2021-02-20 01:27:00 +01:00
realtek realtek: add support for Netgear GS108T v3 2021-02-12 08:52:41 +01:00
rockchip rockchip: add Kernel 5.10 support 2021-02-20 01:26:00 +01:00
sunxi
tegra
uml
x86 x86: add led driver for PC Engines APU1 2021-02-20 00:29:18 -10:00
zynq
Makefile