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"