[openwrt/openwrt] kernel: kmod-drm-buddy: Mark hidden
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 25 16:47:44 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/666d43eafbea86158b5e89c9ba1611b98fe1c704
commit 666d43eafbea86158b5e89c9ba1611b98fe1c704
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 19:23:45 2025 +0200
kernel: kmod-drm-buddy: Mark hidden
The Kernel config option CONFIG_DRM_BUDDY 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 <hauke at hauke-m.de>
---
package/kernel/linux/modules/video.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index ddec9dd3f0..97716bab30 100644
--- a/package/kernel/linux/modules/video.mk
+++ b/package/kernel/linux/modules/video.mk
@@ -305,6 +305,7 @@ define KernelPackage/drm-buddy
SUBMENU:=$(VIDEO_MENU)
TITLE:=A page based buddy allocator
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm
+ HIDDEN:=1
KCONFIG:=CONFIG_DRM_BUDDY
FILES:= $(LINUX_DIR)/drivers/gpu/drm/drm_buddy.ko
AUTOLOAD:=$(call AutoProbe,drm_buddy)
More information about the lede-commits
mailing list