mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Add support for HFS+ and HFS on the CuBox.
This commit is contained in:
parent
be4f9b9d49
commit
9d77673220
4 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ pkgname=('linux-cubox-headless')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.5
|
||||
pkgver=${_basekernel}.7
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
cryptover=1.5
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -19,7 +19,7 @@ source=('config'
|
|||
'change-default-console-loglevel.patch'
|
||||
"http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz"
|
||||
'Kirkwood_SPDIF.conf')
|
||||
md5sums=('05dde562a417c40ec002451168c9f171'
|
||||
md5sums=('7aa4ab572e51f3989e583461ff0673e6'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'3a4b8d23c1708283e29477931d63ffb8'
|
||||
'a746383e6ce46bcecb662acb3ac21b3f')
|
||||
|
|
|
@ -3442,8 +3442,8 @@ CONFIG_MISC_FILESYSTEMS=y
|
|||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_AFFS_FS is not set
|
||||
# CONFIG_ECRYPT_FS is not set
|
||||
# CONFIG_HFS_FS is not set
|
||||
# CONFIG_HFSPLUS_FS is not set
|
||||
CONFIG_HFS_FS=m
|
||||
CONFIG_HFSPLUS_FS=m
|
||||
# CONFIG_BEFS_FS is not set
|
||||
# CONFIG_BFS_FS is not set
|
||||
# CONFIG_EFS_FS is not set
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgname=('linux-cubox' 'linux-headers-cubox')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.5
|
||||
pkgver=${_basekernel}.7
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
cryptover=1.5
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -19,7 +19,7 @@ source=('config'
|
|||
'change-default-console-loglevel.patch'
|
||||
"http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz"
|
||||
'Kirkwood_SPDIF.conf')
|
||||
md5sums=('e9f5000a295fabedbee858d506e771b5'
|
||||
md5sums=('6f9d5675651e1f1676e8b98f93f931ae'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'3a4b8d23c1708283e29477931d63ffb8'
|
||||
'a746383e6ce46bcecb662acb3ac21b3f')
|
||||
|
|
|
@ -3442,8 +3442,8 @@ CONFIG_MISC_FILESYSTEMS=y
|
|||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_AFFS_FS is not set
|
||||
# CONFIG_ECRYPT_FS is not set
|
||||
# CONFIG_HFS_FS is not set
|
||||
# CONFIG_HFSPLUS_FS is not set
|
||||
CONFIG_HFS_FS=m
|
||||
CONFIG_HFSPLUS_FS=m
|
||||
# CONFIG_BEFS_FS is not set
|
||||
# CONFIG_BFS_FS is not set
|
||||
# CONFIG_EFS_FS is not set
|
||||
|
|
Loading…
Reference in a new issue