diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-15 00:11:35 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-15 00:11:35 +0200 |
commit | 4e0e0a7ad8e9f43d298ab579a3dd1e01c2b178bf (patch) | |
tree | 88aaef767d1646b98d21f3089ea5439b2509f344 /toolchain | |
parent | 969e33aebe56558d5e59658dc5608f37f34ea538 (diff) | |
download | mtk-20170518-4e0e0a7ad8e9f43d298ab579a3dd1e01c2b178bf.zip mtk-20170518-4e0e0a7ad8e9f43d298ab579a3dd1e01c2b178bf.tar.gz mtk-20170518-4e0e0a7ad8e9f43d298ab579a3dd1e01c2b178bf.tar.bz2 |
toolchain/kernel-headers: remove fs/ufsd/Kconfig
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/kernel-headers/patches-3.10.14/0602-ufsd.patch | 13 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches-3.10.20/0602-ufsd.patch | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/patches-3.10.14/0602-ufsd.patch b/toolchain/kernel-headers/patches-3.10.14/0602-ufsd.patch new file mode 100644 index 0000000..069a570 --- /dev/null +++ b/toolchain/kernel-headers/patches-3.10.14/0602-ufsd.patch @@ -0,0 +1,13 @@ +Index: linux-3.10.14/fs/Kconfig +=================================================================== +--- linux-3.10.14.orig/fs/Kconfig ++++ linux-3.10.14/fs/Kconfig +@@ -186,7 +186,7 @@ menuconfig MISC_FILESYSTEMS + + if MISC_FILESYSTEMS + +-source "fs/ufsd/Kconfig" ++#source "fs/ufsd/Kconfig" + source "fs/adfs/Kconfig" + source "fs/affs/Kconfig" + source "fs/ecryptfs/Kconfig" diff --git a/toolchain/kernel-headers/patches-3.10.20/0602-ufsd.patch b/toolchain/kernel-headers/patches-3.10.20/0602-ufsd.patch new file mode 100644 index 0000000..6ada125 --- /dev/null +++ b/toolchain/kernel-headers/patches-3.10.20/0602-ufsd.patch @@ -0,0 +1,13 @@ +Index: linux-3.10.20/fs/Kconfig +=================================================================== +--- linux-3.10.20.orig/fs/Kconfig ++++ linux-3.10.20/fs/Kconfig +@@ -186,7 +186,7 @@ menuconfig MISC_FILESYSTEMS + + if MISC_FILESYSTEMS + +-source "fs/ufsd/Kconfig" ++#source "fs/ufsd/Kconfig" + source "fs/adfs/Kconfig" + source "fs/affs/Kconfig" + source "fs/ecryptfs/Kconfig" |