mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-20 03:35:44 +08:00
36 lines
978 B
Diff
36 lines
978 B
Diff
aufs2.1 kbuild patch for linux-2.6.36
|
|
|
|
diff --git a/fs/Kconfig b/fs/Kconfig
|
|
index 3d18530..8f582e1 100644
|
|
--- a/fs/Kconfig
|
|
+++ b/fs/Kconfig
|
|
@@ -189,6 +189,7 @@ source "fs/romfs/Kconfig"
|
|
source "fs/sysv/Kconfig"
|
|
source "fs/ufs/Kconfig"
|
|
source "fs/exofs/Kconfig"
|
|
+source "fs/aufs/Kconfig"
|
|
|
|
endif # MISC_FILESYSTEMS
|
|
|
|
diff --git a/fs/Makefile b/fs/Makefile
|
|
index e6ec1d3..b0d795a 100644
|
|
--- a/fs/Makefile
|
|
+++ b/fs/Makefile
|
|
@@ -126,3 +126,4 @@ obj-$(CONFIG_BTRFS_FS) += btrfs/
|
|
obj-$(CONFIG_GFS2_FS) += gfs2/
|
|
obj-$(CONFIG_EXOFS_FS) += exofs/
|
|
obj-$(CONFIG_CEPH_FS) += ceph/
|
|
+obj-$(CONFIG_AUFS_FS) += aufs/
|
|
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
|
|
index 626b629..a841231 100644
|
|
--- a/include/linux/Kbuild
|
|
+++ b/include/linux/Kbuild
|
|
@@ -60,6 +60,7 @@ header-y += atmppp.h
|
|
header-y += atmsap.h
|
|
header-y += atmsvc.h
|
|
header-y += audit.h
|
|
+header-y += aufs_type.h
|
|
header-y += auto_fs.h
|
|
header-y += auto_fs4.h
|
|
header-y += auxvec.h
|