Parcourir la source

kernel: kmod-lib-parman: Mark hidden

The Kernel config option CONFIG_PARMAN has no title and can not be
directly selected. Do the same for this kmod and make it hidden.

Link: https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens il y a 5 mois
Parent
commit
1ba25858ff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package/kernel/linux/modules/lib.mk

+ 1 - 0
package/kernel/linux/modules/lib.mk

@@ -373,6 +373,7 @@ $(eval $(call KernelPackage,lib-objagg))
 define KernelPackage/lib-parman
   SUBMENU:=$(LIB_MENU)
   TITLE:=parman support
+  HIDDEN:=1
   FILES:=$(LINUX_DIR)/lib/parman.ko
   KCONFIG:= \
   CONFIG_PARMAN \