aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2016-12-11 19:51:04 +0100
committerJohn Crispin <john@phrozen.org>2016-12-14 11:05:41 +0100
commit1e15d92de1266b299fb0475a804a8e1c99da5740 (patch)
tree0b8fa15a75acb209b02ed997603dadb6f2c8091f /package/kernel
parent5bd3b9dfc04cce9a630539a0db090f65775996f5 (diff)
downloadupstream-1e15d92de1266b299fb0475a804a8e1c99da5740.tar.gz
upstream-1e15d92de1266b299fb0475a804a8e1c99da5740.tar.bz2
upstream-1e15d92de1266b299fb0475a804a8e1c99da5740.zip
kernel: add a missing submenu
this kernel module currently does not set submenu. Fix this by adding it to the "Others" submenu Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/linux/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index e1b1e16d1d..c22f57261c 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -131,6 +131,7 @@ $(eval $(call KernelPackage,bluetooth-hci-h4p))
define KernelPackage/dma-buf
+ SUBMENU:=$(OTHER_MENU)
TITLE:=DMA shared buffer support
HIDDEN:=1
KCONFIG:=CONFIG_DMA_SHARED_BUFFER