diff --git a/packages/network/install b/packages/network/install index 2fd089413d..09c85ca17b 100755 --- a/packages/network/install +++ b/packages/network/install @@ -25,7 +25,3 @@ $SCRIPTS/install connman $SCRIPTS/install ethtool $SCRIPTS/install openssh - -if [ "$NETMOUNT" = "yes" ]; then - $SCRIPTS/install netmount -fi diff --git a/projects/ATV/options b/projects/ATV/options index abd7769d46..85fcf5c142 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index efaca6e268..c3a6ed6bcc 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 4ff7fd504e..204891b94e 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 47367d1e61..84c5bbbcba 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/ION/options b/projects/ION/options index 310ce43432..3869584350 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index a3027a9b88..65d8fa4e43 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index c4e33b0e6f..e9af4b81bd 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -146,9 +146,6 @@ # build with network support (yes / no) NETWORK="yes" -# build with netmount (mounting network drives on boot) support (yes / no) - NETMOUNT="yes" - # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes"