Merge pull request #151 from filberg/master

Update kernel to latest 5.4.29 + add CIFS support
This commit is contained in:
SolidHal 2020-04-12 14:24:59 -07:00 committed by GitHub
commit cac12053d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with PrawnOS. If not, see <https://www.gnu.org/licenses/>. # along with PrawnOS. If not, see <https://www.gnu.org/licenses/>.
KVER=5.4.23 KVER=5.4.29
ifeq ($(DEBIAN_SUITE),) ifeq ($(DEBIAN_SUITE),)
DEBIAN_SUITE=buster DEBIAN_SUITE=buster
endif endif

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 5.4.23-gnu Kernel Configuration # Linux/arm 5.4.29-gnu Kernel Configuration
# #
# #
@ -5201,7 +5201,16 @@ CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_DEBUG is not set # CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS 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_CODA_FS is not set
# CONFIG_AFS_FS is not set # CONFIG_AFS_FS is not set
CONFIG_NLS=y CONFIG_NLS=y