UPD 03 Processor Type and Features

This commit is contained in:
2025-02-04 01:04:56 +01:00
parent 82936b74ad
commit 381bf525ef
8 changed files with 13291 additions and 220 deletions

View File

@@ -96,7 +96,7 @@ prepare() {
fi
make olddefconfig
# this and next line is added by me, Thomas Kuschel oe3tkt
read -p "Press enter to continue with menuconfig
read -p "Press enter to continue with menuconfig"
make menuconfig
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
cp .config "../../config-${pkgver%.*}"