From: Alberto Bursi Date: Sun, 11 Dec 2016 18:51:04 +0000 (+0100) Subject: kernel: add a missing submenu X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fblogic.git;a=commitdiff_plain;h=1e15d92de1266b299fb0475a804a8e1c99da5740 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 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index e1b1e16d1dbc..c22f57261c4c 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