linux-imx (2.6.35.3): enable FUSE support in imx233-olinuxino (maxi and micro)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2012-06-05 19:19:33 -03:00
parent 42d9b09dc3
commit 7f9af2ed9b
3 changed files with 5 additions and 3 deletions

View File

@ -1015,7 +1015,8 @@ CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
#
# Caches

View File

@ -1015,7 +1015,8 @@ CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
#
# Caches

View File

@ -1,6 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PRINC := "${@int(PRINC) + 3}"
PRINC := "${@int(PRINC) + 4}"
# Board specific patches
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"