summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-10 16:10:23 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-10 16:10:23 +0000
commitca8c213fd09c242eba5ea8ad070788dac698f8ba (patch)
tree9f998a694b1a2ce8ae4406a142475b4450cd9572
parent40f50c7238b73877f3d5bd7a398c9b79aefba48d (diff)
downloadptxdist-ca8c213fd09c242eba5ea8ad070788dac698f8ba.tar.gz
ptxdist-ca8c213fd09c242eba5ea8ad070788dac698f8ba.tar.xz
fixed deprecated HOSTTOOL_ and hosttool- labels in .in files
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3757 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/host-fakeroot.in2
-rw-r--r--rules/host-flex.in2
-rw-r--r--rules/host-genext2fs.in2
-rw-r--r--rules/host-ipkg-utils.in2
-rw-r--r--rules/host-ipkg.in10
-rw-r--r--rules/host-module-init-tools.in6
-rw-r--r--rules/host-mtd.in18
-rw-r--r--rules/host-qte.in2
-rw-r--r--rules/host-slirp.in2
-rw-r--r--rules/host-util-linux.in6
-rw-r--r--rules/hosttools.in4
-rw-r--r--rules/images.in14
-rw-r--r--rules/kernel.in4
-rw-r--r--rules/qte.in2
-rw-r--r--rules/tslib.in2
15 files changed, 39 insertions, 39 deletions
diff --git a/rules/host-fakeroot.in b/rules/host-fakeroot.in
index c36419033..0793f7c74 100644
--- a/rules/host-fakeroot.in
+++ b/rules/host-fakeroot.in
@@ -1,5 +1,5 @@
-config HOSTTOOL_FAKEROOT
+config HOST_FAKEROOT
bool
prompt "fakeroot"
default y
diff --git a/rules/host-flex.in b/rules/host-flex.in
index aad91f09b..d6b67ba21 100644
--- a/rules/host-flex.in
+++ b/rules/host-flex.in
@@ -1,4 +1,4 @@
-config HOSTTOOL_FLEX254
+config HOST_FLEX254
bool
prompt "flex 2.5.4"
diff --git a/rules/host-genext2fs.in b/rules/host-genext2fs.in
index 2dbcb1184..cd5410b96 100644
--- a/rules/host-genext2fs.in
+++ b/rules/host-genext2fs.in
@@ -1,5 +1,5 @@
-config HOSTTOOL_GENEXT2FS
+config HOST_GENEXT2FS
bool
prompt "genext2fs"
default n
diff --git a/rules/host-ipkg-utils.in b/rules/host-ipkg-utils.in
index 2a982890a..eafd9513d 100644
--- a/rules/host-ipkg-utils.in
+++ b/rules/host-ipkg-utils.in
@@ -1,5 +1,5 @@
-config HOSTTOOL_IPKG_UTILS
+config HOST_IPKG_UTILS
bool
prompt "ipkg-utils"
default y
diff --git a/rules/host-ipkg.in b/rules/host-ipkg.in
index 8c3127154..3706cc192 100644
--- a/rules/host-ipkg.in
+++ b/rules/host-ipkg.in
@@ -1,4 +1,4 @@
-config HOSTTOOL_IPKG
+config HOST_IPKG
bool
prompt "ipkg"
default N
@@ -9,18 +9,18 @@ config HOSTTOOL_IPKG
ipkg-cl -o . --force-depends -f ../projects/generic/etc/ipkg.conf install foo.ipk
-config HOSTTOOL_IPKG_EXTRACT_TEST
+config HOST_IPKG_EXTRACT_TEST
bool
prompt "ipkg_extract_test"
- depends on HOSTTOOL_IPKG
+ depends on HOST_IPKG
default N
help
Unfortunately, nobody knows what this program is being used for.
-config HOSTTOOL_IPKG_HASH_TEST
+config HOST_IPKG_HASH_TEST
bool
prompt "ipkg_hash_test"
- depends on HOSTTOOL_IPKG
+ depends on HOST_IPKG
default N
help
Unfortunately, nobody knows what this program is being used for.
diff --git a/rules/host-module-init-tools.in b/rules/host-module-init-tools.in
index 3d87e59f4..f4b7e6e76 100644
--- a/rules/host-module-init-tools.in
+++ b/rules/host-module-init-tools.in
@@ -1,4 +1,4 @@
-config HOSTTOOL_MODULE_INIT_TOOLS
+config HOST_MODULE_INIT_TOOLS
bool
default N
prompt "Module Init Tools"
@@ -7,11 +7,11 @@ config HOSTTOOL_MODULE_INIT_TOOLS
and removing kernel modules for Linux (versions 2.5.48 and
above).
-config HOSTTOOL_MODUTILS
+config HOST_MODUTILS
bool
default N
prompt "Modutils"
- select HOSTTOOL_FLEX254
+ select HOST_FLEX254
help
Modutils is the old set of programs for handling kernel modules.
diff --git a/rules/host-mtd.in b/rules/host-mtd.in
index e1720bd16..a66337b45 100644
--- a/rules/host-mtd.in
+++ b/rules/host-mtd.in
@@ -1,21 +1,21 @@
-config HOSTTOOL_MTD
+config HOST_MTD
bool "MTD Utilities"
-config HOSTTOOL_MTD_MKJFFS
+config HOST_MTD_MKJFFS
bool "mkfs.jffs"
- depends on HOSTTOOL_MTD
+ depends on HOST_MTD
-config HOSTTOOL_MTD_MKJFFS2
+config HOST_MTD_MKJFFS2
bool "mkfs.jffs2"
- depends on HOSTTOOL_MTD
+ depends on HOST_MTD
-config HOSTTOOL_MTD_JFFS_DUMP
+config HOST_MTD_JFFS_DUMP
bool
prompt "jffs_dump"
- depends on HOSTTOOL_MTD
+ depends on HOST_MTD
-config HOSTTOOL_MTD_JFFS2_DUMP
+config HOST_MTD_JFFS2_DUMP
bool
prompt "jffs2_dump"
- depends on HOSTTOOL_MTD
+ depends on HOST_MTD
diff --git a/rules/host-qte.in b/rules/host-qte.in
index e788bf521..81acb7ed2 100644
--- a/rules/host-qte.in
+++ b/rules/host-qte.in
@@ -1,3 +1,3 @@
-config HOSTTOOL_QTE
+config HOST_QTE
bool
prompt "qt embedded 3.3.4"
diff --git a/rules/host-slirp.in b/rules/host-slirp.in
index 94be87f30..1889f51ad 100644
--- a/rules/host-slirp.in
+++ b/rules/host-slirp.in
@@ -1,4 +1,4 @@
-config HOSTTOOL_SLIRP
+config HOST_SLIRP
bool
prompt "slirp"
default N
diff --git a/rules/host-util-linux.in b/rules/host-util-linux.in
index 8ed3780db..73c8e09bd 100644
--- a/rules/host-util-linux.in
+++ b/rules/host-util-linux.in
@@ -1,14 +1,14 @@
-config HOSTTOOL_UTLNX_FDISK
+config HOST_UTLNX_FDISK
bool
prompt "fdisk"
depends on UTLNX
-config HOSTTOOL_UTLNX_CFDISK
+config HOST_UTLNX_CFDISK
bool
prompt "cfdisk"
depends on UTLNX
-config HOSTTOOL_UTLNX_SFDISK
+config HOST_UTLNX_SFDISK
bool
prompt "sfdisk"
depends on UTLNX
diff --git a/rules/hosttools.in b/rules/hosttools.in
index a0bceca24..be17b4f34 100644
--- a/rules/hosttools.in
+++ b/rules/hosttools.in
@@ -21,12 +21,12 @@ comment "Kernel Tools"
source "rules/host-module-init-tools.in"
source "rules/host-util-linux.in"
-config HOSTTOOL_UMKIMAGE
+config HOST_UMKIMAGE
bool
default n
prompt "mkimage: U-Boot kernel image creation"
-config HOSTTOOL_MKNBI
+config HOST_MKNBI
bool
default n
prompt "mknbi: make etherboot image"
diff --git a/rules/images.in b/rules/images.in
index 23f3b6de1..c582d1b2a 100644
--- a/rules/images.in
+++ b/rules/images.in
@@ -30,8 +30,8 @@ config IMAGE_HD_CONF
config IMAGE_IPKG
bool
prompt "Create ipkg packets"
- select HOSTTOOL_IPKG_UTILS
- select HOSTTOOL_IPKG
+ select HOST_IPKG_UTILS
+ select HOST_IPKG
help
When this option is selected, the install_* macros build
ipkg packets in $(IMAGEDIR) for each software component.
@@ -69,8 +69,8 @@ config IMAGE_IPKG_ARCH
config IMAGE_JFFS2
bool
default n
- select HOSTTOOL_MTD_MKJFFS2
- select HOSTTOOL_MTD
+ select HOST_MTD_MKJFFS2
+ select HOST_MTD
prompt "Generate images/root.jffs2"
help
Build a jffs2 image of the root filesystem
@@ -94,7 +94,7 @@ config IMAGE_UIMAGE
bool
default n
prompt "Generate images/uRamdisk"
- select HOSTTOOL_UMKIMAGE
+ select HOST_UMKIMAGE
select IMAGE_EXT2
select IMAGE_EXT2_GZIP
help
@@ -118,7 +118,7 @@ config IMAGE_UIMAGE_EXTRA_ARGS
config IMAGE_EXT2
bool
default n
- select HOSTTOOL_GENEXT2FS
+ select HOST_GENEXT2FS
prompt "Generate images/root.ext2 (initrd)"
help
Build an ext2 image of the root filesystem that can be used as an initrd
@@ -147,7 +147,7 @@ config IMAGE_EXT2_GZIP
config IMAGE_MKNBI
bool
default n
- select HOSTTOOL_MKNBI
+ select HOST_MKNBI
depends on IMAGE_EXT2
prompt "Generate images/$(PROJECTNAME).{elf|nbi}"
help
diff --git a/rules/kernel.in b/rules/kernel.in
index aa1d9ccb9..02da1c9ee 100644
--- a/rules/kernel.in
+++ b/rules/kernel.in
@@ -17,7 +17,7 @@ config KERNEL_2_4_COMPILE
bool
depends on COMPILE_KERNEL
default y if KERNEL_2_4
- select HOSTTOOL_MODUTILS
+ select HOST_MODUTILS
config KERNEL_2_6
bool
@@ -26,7 +26,7 @@ config KERNEL_2_6_COMPILE
bool
depends on COMPILE_KERNEL
default y if KERNEL_2_6
- select HOSTTOOL_MODULE_INIT_TOOLS
+ select HOST_MODULE_INIT_TOOLS
choice
prompt "Kernel Version"
diff --git a/rules/qte.in b/rules/qte.in
index a1f8ba94c..fb3f44557 100644
--- a/rules/qte.in
+++ b/rules/qte.in
@@ -1,7 +1,7 @@
menuconfig QTE
bool
prompt "QT Embedded "
- select HOSTTOOL_QTE
+ select HOST_QTE
config QTE_SHARED
diff --git a/rules/tslib.in b/rules/tslib.in
index 4182cda7c..75eee1403 100644
--- a/rules/tslib.in
+++ b/rules/tslib.in
@@ -1,7 +1,7 @@
menuconfig TSLIB
bool
prompt "tslib (touch library) "
- select HOSTTOOL_QTE
+ select HOST_QTE
config TSLIB_TS_CALIBRATE
bool