remove update support

This commit is contained in:
Stefan Saraev 2013-05-01 17:16:14 +03:00
parent f899c3f704
commit ce513577b8
12 changed files with 0 additions and 34 deletions

View File

@ -341,7 +341,6 @@ if [ "$BOOTLOADER" = "u-boot" ]; then
fi
config_message="$config_message\n - UDisks support:\t\t\t $UDISKS"
config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
config_message="$config_message\n - Update support:\t\t\t $UPDATE_SUPPORT"
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
# Misc. Filesystems

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -315,9 +315,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="no"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="131072"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="no"

View File

@ -314,9 +314,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -309,9 +309,6 @@
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
SWAPFILESIZE="262144"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"

View File

@ -141,9 +141,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
# Sensors support
[ "$SENSOR_SUPPORT" = "yes" ] && $SCRIPTS/install lm_sensors
# Update support
[ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate
# Installer support
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer