Add support for HFS+ and HFS on the CuBox.

This commit is contained in:
Andy Pilate 2013-03-13 21:50:09 +01:00
parent be4f9b9d49
commit 9d77673220
4 changed files with 8 additions and 8 deletions

View file

@ -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')

View file

@ -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

View file

@ -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')

View file

@ -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