From 998969aa8044ad1c33e2980989677b8bf585ff9d Mon Sep 17 00:00:00 2001 From: Fil Date: Sun, 8 Mar 2020 18:28:01 +0100 Subject: [PATCH 1/2] Enable CIFS module in config This enables network file sharing through CIFS/samba Signed-off-by: Fil --- resources/BuildResources/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/BuildResources/config b/resources/BuildResources/config index ade113d..d004404 100644 --- a/resources/BuildResources/config +++ b/resources/BuildResources/config @@ -5201,7 +5201,16 @@ CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y # CONFIG_SUNRPC_DEBUG is not set # CONFIG_CEPH_FS is not set -# CONFIG_CIFS is not set +CONFIG_CIFS=y +# CONFIG_CIFS_STATS2 is not set +# CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set +# CONFIG_CIFS_WEAK_PW_HASH is not set +# CONFIG_CIFS_UPCALL is not set +# CONFIG_CIFS_XATTR is not set +# CONFIG_CIFS_DEBUG is not set +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set +# CONFIG_CIFS_DFS_UPCALL is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set CONFIG_NLS=y From 58f686dcb7256da08f58c957556c4c5b53d4e98e Mon Sep 17 00:00:00 2001 From: Fil Date: Fri, 3 Apr 2020 13:53:08 +0200 Subject: [PATCH 2/2] Bump kernel version to 5.4.29 Signed-off-by: Fil --- makefile | 2 +- resources/BuildResources/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6f3e492..170e4fd 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with PrawnOS. If not, see . -KVER=5.4.23 +KVER=5.4.29 ifeq ($(DEBIAN_SUITE),) DEBIAN_SUITE=buster endif diff --git a/resources/BuildResources/config b/resources/BuildResources/config index d004404..e7ff4a8 100644 --- a/resources/BuildResources/config +++ b/resources/BuildResources/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 5.4.23-gnu Kernel Configuration +# Linux/arm 5.4.29-gnu Kernel Configuration # #