[openwrt/openwrt] kernel: add missing config option

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 29 16:09:00 PDT 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/605b6a0993ce19612098beba6dd443501a4badd1

commit 605b6a0993ce19612098beba6dd443501a4badd1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Mar 30 01:06:29 2018 +0200

    kernel: add missing config option
    
    CONFIG_NVMEM_BCM_OCOTP was added in kernel 4.10 and it is possible to
    activate it on the bcm53xx target. Deactivate it by default to fix the
    build of the bcm53xx target.
    This was found by build bot.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-4.14 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 48c7f31..a271983 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -3283,6 +3283,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
 # CONFIG_NTP_PPS is not set
 # CONFIG_NVM is not set
 # CONFIG_NVMEM is not set
+# CONFIG_NVMEM_BCM_OCOTP is not set
 # CONFIG_NVMEM_IMX_OCOTP is not set
 # CONFIG_NVME_FC is not set
 # CONFIG_NVME_TARGET is not set



More information about the lede-commits mailing list