From 306400842ff8cec604dc3987ee357beae8185a70 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Mon, 22 Jul 2019 08:51:39 -0700 Subject: [PATCH] linux5.2: Enable befs suppport [ci skip] --- srcpkgs/linux5.2/files/i386-dotconfig | 3 ++- srcpkgs/linux5.2/files/ppc-dotconfig | 3 ++- srcpkgs/linux5.2/files/ppc64-dotconfig | 3 ++- srcpkgs/linux5.2/files/ppc64le-dotconfig | 3 ++- srcpkgs/linux5.2/files/x86_64-dotconfig | 3 ++- srcpkgs/linux5.2/template | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux5.2/files/i386-dotconfig b/srcpkgs/linux5.2/files/i386-dotconfig index 601c1d1ba31..98dc1a1f70a 100644 --- a/srcpkgs/linux5.2/files/i386-dotconfig +++ b/srcpkgs/linux5.2/files/i386-dotconfig @@ -8397,7 +8397,8 @@ CONFIG_ECRYPT_FS=m # CONFIG_ECRYPT_FS_MESSAGING is not set CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m -# CONFIG_BEFS_FS is not set +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_JFFS2_FS is not set diff --git a/srcpkgs/linux5.2/files/ppc-dotconfig b/srcpkgs/linux5.2/files/ppc-dotconfig index bbe4b7cde4f..026d3ed8fe6 100644 --- a/srcpkgs/linux5.2/files/ppc-dotconfig +++ b/srcpkgs/linux5.2/files/ppc-dotconfig @@ -6626,7 +6626,8 @@ CONFIG_ECRYPT_FS=m # CONFIG_ECRYPT_FS_MESSAGING is not set CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m -# CONFIG_BEFS_FS is not set +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set CONFIG_CRAMFS=m diff --git a/srcpkgs/linux5.2/files/ppc64-dotconfig b/srcpkgs/linux5.2/files/ppc64-dotconfig index 97981613d6e..0b397479ffc 100644 --- a/srcpkgs/linux5.2/files/ppc64-dotconfig +++ b/srcpkgs/linux5.2/files/ppc64-dotconfig @@ -8461,7 +8461,8 @@ CONFIG_ECRYPT_FS=m # CONFIG_ECRYPT_FS_MESSAGING is not set CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m -# CONFIG_BEFS_FS is not set +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set CONFIG_JFFS2_FS=m diff --git a/srcpkgs/linux5.2/files/ppc64le-dotconfig b/srcpkgs/linux5.2/files/ppc64le-dotconfig index db144ff51af..0f9987af921 100644 --- a/srcpkgs/linux5.2/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.2/files/ppc64le-dotconfig @@ -8216,7 +8216,8 @@ CONFIG_ECRYPT_FS=m # CONFIG_ECRYPT_FS_MESSAGING is not set CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m -# CONFIG_BEFS_FS is not set +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set CONFIG_JFFS2_FS=m diff --git a/srcpkgs/linux5.2/files/x86_64-dotconfig b/srcpkgs/linux5.2/files/x86_64-dotconfig index 0e05ed37e80..cee35c0ec99 100644 --- a/srcpkgs/linux5.2/files/x86_64-dotconfig +++ b/srcpkgs/linux5.2/files/x86_64-dotconfig @@ -8544,7 +8544,8 @@ CONFIG_ECRYPT_FS=m # CONFIG_ECRYPT_FS_MESSAGING is not set CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m -# CONFIG_BEFS_FS is not set +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_JFFS2_FS is not set diff --git a/srcpkgs/linux5.2/template b/srcpkgs/linux5.2/template index 96253f22b03..ab1fc1e35b9 100644 --- a/srcpkgs/linux5.2/template +++ b/srcpkgs/linux5.2/template @@ -1,7 +1,7 @@ # Template file for 'linux5.2' pkgname=linux5.2 version=5.2.2 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Helmut Pozimski "