Change name from raidtools to raidtools2

This commit is contained in:
Ulf Samuelsson 2009-01-11 20:19:24 +00:00
parent 9e15c00a04
commit 7ad590142f
3 changed files with 3 additions and 3 deletions

View File

@ -254,7 +254,7 @@ source "package/mtd/Config.in"
source "package/ntfs-3g/Config.in"
source "package/pciutils/Config.in"
source "package/pcmcia/Config.in"
source "package/raidtools/Config.in"
source "package/raidtools2/Config.in"
source "package/setserial/Config.in"
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
# busybox has fdisk

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_RAIDTOOLS
bool "raidtools"
bool "raidtools2"
help
Utilities to support 'old-style' RAID disks.

View File

@ -66,5 +66,5 @@ raidtools2-dirclean:
#
#############################################################
ifeq ($(BR2_PACKAGE_RAIDTOOLS),y)
TARGETS+=raidtools
TARGETS+=raidtools2
endif