busybox: install optional parted support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-22 18:46:21 +02:00
parent 5eff68c97d
commit 21fb919659
11 changed files with 33 additions and 0 deletions

View File

@ -345,6 +345,7 @@ if [ "$BOOTLOADER" = "u-boot" ]; then
config_message="$config_message\n - U-Boot config file:\t\t\t $UBOOT_CONFIGFILE" config_message="$config_message\n - U-Boot config file:\t\t\t $UBOOT_CONFIGFILE"
fi fi
config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL" config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL"
config_message="$config_message\n - Parted support:\t\t\t $PARTED"
config_message="$config_message\n - UPower support:\t\t\t $UPOWER" config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT" config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"

View File

@ -40,6 +40,11 @@ PKG_AUTORECONF="no"
PKG_DEPENDS="$PKG_DEPENDS nano" PKG_DEPENDS="$PKG_DEPENDS nano"
fi fi
# parted support
if [ "$PARTED" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS parted"
fi
# nfs support # nfs support
if [ "$NFS_SUPPORT" = yes ]; then if [ "$NFS_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS rpcbind" PKG_DEPENDS="$PKG_DEPENDS rpcbind"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="no" UPOWER="no"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"

View File

@ -222,6 +222,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="no" UPOWER="no"

View File

@ -217,6 +217,9 @@
# mediacenter also automount internally drives at boottime via udev (yes / no) # mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes" UDEVIL="yes"
# build and install parted support (yes / no)
PARTED="yes"
# build and install powermanagement support (upower) (yes / no) # build and install powermanagement support (upower) (yes / no)
UPOWER="yes" UPOWER="yes"