From 9b456cd983faf5140d9cea679adb4ef32a014eb7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 23 Sep 2010 01:49:58 +0200 Subject: [PATCH] projects/*/options: add option to install ntfs-3g support Signed-off-by: Stephan Raue --- projects/ION/options | 3 +++ projects/generic/options | 3 +++ projects/intel/options | 3 +++ 3 files changed, 9 insertions(+) diff --git a/projects/ION/options b/projects/ION/options index b37f3042c2..27cea1c3f4 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -112,6 +112,9 @@ # build and install powermanagement support (upower) (yes / no) UPOWER="yes" +# build and install NTFS-3G fuse support (yes / no) + NTFS3G="yes" + # Displayserver to use (xorg-server / no) DISPLAYSERVER="xorg-server" diff --git a/projects/generic/options b/projects/generic/options index 1ad8498aff..c4ce7ffc5b 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -112,6 +112,9 @@ # build and install powermanagement support (upower) (yes / no) UPOWER="yes" +# build and install NTFS-3G fuse support (yes / no) + NTFS3G="yes" + # Displayserver to use (xorg-server / no) DISPLAYSERVER="xorg-server" diff --git a/projects/intel/options b/projects/intel/options index 71494c20f3..a9b06fb4ba 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -112,6 +112,9 @@ # build and install powermanagement support (upower) (yes / no) UPOWER="yes" +# build and install NTFS-3G fuse support (yes / no) + NTFS3G="yes" + # Displayserver to use (xorg-server / no) DISPLAYSERVER="xorg-server"