mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
98bad1b4fc
Kernel config for 6.1 on ipq40xx is missing the config for
CONFIG_NVMEM_QCOM_SEC_QFPROM which them makes the build stop with a prompt.
Symbol is there in 5.15 config but 6.1 config was based of a version that
does not yet have it set as it was introduced after the 6.1 PR.
So, disable CONFIG_NVMEM_QCOM_SEC_QFPROM to fix building on 6.1.
Fixes:
|
||
---|---|---|
.. | ||
base-files | ||
chromium | ||
files | ||
files-5.15/drivers/net | ||
generic | ||
image | ||
mikrotik | ||
patches-5.15 | ||
patches-6.1 | ||
config-5.15 | ||
config-6.1 | ||
Makefile |