Merge pull request #151 from filberg/master
Update kernel to latest 5.4.29 + add CIFS support
This commit is contained in:
commit
cac12053d9
2
makefile
2
makefile
@ -13,7 +13,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with PrawnOS. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
KVER=5.4.23
|
||||
KVER=5.4.29
|
||||
ifeq ($(DEBIAN_SUITE),)
|
||||
DEBIAN_SUITE=buster
|
||||
endif
|
||||
|
@ -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
|
||||
#
|
||||
|
||||
#
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user