summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2025-04-27 16:32:41 +0000
committerChristian Marangi2025-04-30 14:26:38 +0000
commitbb94b90fc0e6a1e254b9025fe62a153b905e47dc (patch)
treeae13e2beed1d2515618f60968b3b042225c1d04d
parent4c69147a906c7eff14a71510441f01437958fe24 (diff)
downloadopenwrt-bb94b90fc0e6a1e254b9025fe62a153b905e47dc.tar.gz
kernel/9pnet: 6.12: fix missing dependency
Add missing depends kmod-fs-netfs. Package kmod-9pnet is missing dependencies for the following libraries: netfs.ko Ref: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=5fb70e7275a61dd404f684370e1add7fe0ebe9c5 Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--package/kernel/linux/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 655b222899..941edbf22c 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -1376,6 +1376,7 @@ $(eval $(call KernelPackage,mpls))
define KernelPackage/9pnet
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Plan 9 Resource Sharing Support (9P2000)
+ DEPENDS:=+!LINUX_6_6:kmod-fs-netfs
KCONFIG:= \
CONFIG_NET_9P \
CONFIG_NET_9P_DEBUG=n \