Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 1bdbb10d953978b204f7ae78ee0e6ac4 > files > 10

kernel-linus-5.3.11-1.mga7.src.rpm

# (tmb) Simple defconfig updater
for arch in x86_64 i386 arm64 arm; do
	mv "$arch"_defconfig .config
	make oldconfig ARCH=$arch
	mv .config "$arch"_defconfig
done