aboutsummaryrefslogtreecommitdiffstats
path: root/features/aufs/aufs6-kbuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'features/aufs/aufs6-kbuild.patch')
-rw-r--r--features/aufs/aufs6-kbuild.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/features/aufs/aufs6-kbuild.patch b/features/aufs/aufs6-kbuild.patch
new file mode 100644
index 00000000..57532dd5
--- /dev/null
+++ b/features/aufs/aufs6-kbuild.patch
@@ -0,0 +1,35 @@
+From 9962a8dfbc2b485c58d9ca511ae7bdfd808f78cc Mon Sep 17 00:00:00 2001
+From: Bruce Ashfield <bruce.ashfield@gmail.com>
+Date: Thu, 21 Sep 2023 17:47:14 -0400
+Subject: [PATCH 1/8] aufs6: kbuild
+
+Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
+---
+ fs/Kconfig | 1 +
+ fs/Makefile | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/fs/Kconfig b/fs/Kconfig
+index 3800e18ad2ea..a0b5168e1ef6 100644
+--- a/fs/Kconfig
++++ b/fs/Kconfig
+@@ -332,6 +332,7 @@ source "fs/sysv/Kconfig"
+ source "fs/ufs/Kconfig"
+ source "fs/erofs/Kconfig"
+ source "fs/vboxsf/Kconfig"
++source "fs/aufs/Kconfig"
+
+ endif # MISC_FILESYSTEMS
+
+diff --git a/fs/Makefile b/fs/Makefile
+index 23cc0a3852aa..d58a3f162e31 100644
+--- a/fs/Makefile
++++ b/fs/Makefile
+@@ -130,3 +130,4 @@ obj-$(CONFIG_EROFS_FS) += erofs/
+ obj-$(CONFIG_VBOXSF_FS) += vboxsf/
+ obj-$(CONFIG_ZONEFS_FS) += zonefs/
+ obj-$(CONFIG_YAFFS_FS) += yaffs2/
++obj-$(CONFIG_AUFS_FS) += aufs/
+--
+2.34.1
+