mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 12:52:56 +02:00
linux5.2: Enable befs suppport
[ci skip]
This commit is contained in:
parent
50b8fbb666
commit
306400842f
6 changed files with 11 additions and 6 deletions
|
@ -8397,7 +8397,8 @@ CONFIG_ECRYPT_FS=m
|
||||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
CONFIG_HFSPLUS_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_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
# CONFIG_JFFS2_FS is not set
|
# CONFIG_JFFS2_FS is not set
|
||||||
|
|
|
@ -6626,7 +6626,8 @@ CONFIG_ECRYPT_FS=m
|
||||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
CONFIG_HFSPLUS_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_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
CONFIG_CRAMFS=m
|
CONFIG_CRAMFS=m
|
||||||
|
|
|
@ -8461,7 +8461,8 @@ CONFIG_ECRYPT_FS=m
|
||||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
CONFIG_HFSPLUS_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_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
CONFIG_JFFS2_FS=m
|
CONFIG_JFFS2_FS=m
|
||||||
|
|
|
@ -8216,7 +8216,8 @@ CONFIG_ECRYPT_FS=m
|
||||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
CONFIG_HFSPLUS_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_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
CONFIG_JFFS2_FS=m
|
CONFIG_JFFS2_FS=m
|
||||||
|
|
|
@ -8544,7 +8544,8 @@ CONFIG_ECRYPT_FS=m
|
||||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
CONFIG_HFSPLUS_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_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
# CONFIG_JFFS2_FS is not set
|
# CONFIG_JFFS2_FS is not set
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux5.2'
|
# Template file for 'linux5.2'
|
||||||
pkgname=linux5.2
|
pkgname=linux5.2
|
||||||
version=5.2.2
|
version=5.2.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue