network support should not be optional

This commit is contained in:
Stefan Saraev 2014-02-05 21:20:13 +02:00
parent d22c2dbb1b
commit 5353a4766f
6 changed files with 1 additions and 18 deletions

View File

@ -166,9 +166,6 @@
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun bcm_sta"
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"

View File

@ -168,9 +168,6 @@
# ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
ADDITIONAL_DRIVERS="RTL8188EU"
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="no"

View File

@ -166,9 +166,6 @@
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"

View File

@ -167,9 +167,6 @@
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"

View File

@ -161,9 +161,6 @@
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="vboxguest dvbhdhomerun"
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"

View File

@ -114,9 +114,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
$SCRIPTS/install busybox
$SCRIPTS/install util-linux
$SCRIPTS/install corefonts
# Network support
[ "$NETWORK" = "yes" ] && $SCRIPTS/install network
$SCRIPTS/install network
# Graphic support
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER