mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #6704 from HiassofT/le11-kernel-oldconfig
linux: fix oldconfig handling
This commit is contained in:
commit
0074e85ed1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user