[source] kernel: mark nvmem as hidden, it is only used as a library for other modules
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 27 07:54:37 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/9f7fc2376d0749c401b726bcdbf188067cb27c1c
commit 9f7fc2376d0749c401b726bcdbf188067cb27c1c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 27 16:53:05 2017 +0100
kernel: mark nvmem as hidden, it is only used as a library for other modules
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/linux/modules/other.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 18432de..b39a88b 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -129,6 +129,7 @@ define KernelPackage/nvmem
SUBMENU:=$(OTHER_MENU)
TITLE:=Non Volatile Memory support
KCONFIG:=CONFIG_NVMEM
+ HIDDEN:=1
FILES:=$(LINUX_DIR)/drivers/nvmem/nvmem_core.ko at ge4.9
endef
More information about the lede-commits
mailing list