projects/^/options: remove PARTED support

...not optional anymore
This commit is contained in:
Stefan Saraev 2013-09-15 21:48:29 +03:00
parent 5da51c5c67
commit d7cafa9421
10 changed files with 1 additions and 33 deletions

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.busybox.net" PKG_SITE="http://www.busybox.net"
PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="kexec-tools hdparm dosfstools e2fsprogs speedcontrol zip pciutils usbutils" PKG_DEPENDS="kexec-tools hdparm dosfstools e2fsprogs speedcontrol zip pciutils usbutils parted"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools" PKG_BUILD_DEPENDS="toolchain busybox-hosttools"
PKG_PRIORITY="required" PKG_PRIORITY="required"
PKG_SECTION="system" PKG_SECTION="system"
@ -40,11 +40,6 @@ 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

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -225,9 +225,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"

View File

@ -220,9 +220,6 @@
# 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 exFAT fuse support (yes / no) # build and install exFAT fuse support (yes / no)
EXFAT="yes" EXFAT="yes"