From 5fea3042868739c40d9e574a59b49cdf9abeff2c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 8 May 2011 10:46:08 +0200 Subject: [PATCH] projects/*/options: add missing options Signed-off-by: Stephan Raue --- projects/Intel/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/Intel/options b/projects/Intel/options index b62e1b32ba..ad07c64753 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -155,6 +155,9 @@ # build and install NTFS-3G fuse support (yes / no) NTFS3G="yes" +# build and install hfs filesystem utilities (yes / no) + HFSTOOLS="yes" + # build and install Apple device mount support (via ifuse) (yes / no) APPLEMOUNT="yes"