Merge pull request #6704 from HiassofT/le11-kernel-oldconfig

linux: fix oldconfig handling
This commit is contained in:
CvH 2023-03-27 12:52:42 +02:00 committed by GitHub
commit 0074e85ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,8 @@ pre_make_target() {
${PKG_BUILD}/scripts/config --set-str CONFIG_EXTRA_FIRMWARE_DIR "external-firmware"
fi
kernel_make oldconfig
kernel_make listnewconfig
yes "" | kernel_make oldconfig > /dev/null
if [ -f "${DISTRO_DIR}/${DISTRO}/kernel_options" ]; then
while read OPTION; do