diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-25 16:03:07 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-25 16:03:07 +0000 |
commit | 393416f90d61c3d6ebadc1a715eaeaac2f5573d1 (patch) | |
tree | 1e4e0bdf1b209dfefdb554ed7e93781221a27a2f /conf | |
parent | ac8b729e1af278982c713e9317dc2f13ee50d186 (diff) |
conf/machine: replace ushbost with usbhost in a couple of config files and close 3515.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/d201gly2.conf | 2 | ||||
-rw-r--r-- | conf/machine/epia.conf | 2 | ||||
-rw-r--r-- | conf/machine/i586-generic.conf | 2 | ||||
-rw-r--r-- | conf/machine/i686-generic.conf | 2 | ||||
-rw-r--r-- | conf/machine/x86-32-nocona.conf | 2 | ||||
-rw-r--r-- | conf/machine/x86-prescott.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/d201gly2.conf b/conf/machine/d201gly2.conf index d3c8780463..75a6920246 100644 --- a/conf/machine/d201gly2.conf +++ b/conf/machine/d201gly2.conf @@ -22,7 +22,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index b423f83f00..97d43d7a6d 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -12,6 +12,6 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" require conf/machine/include/tune-c3.inc diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index 6525c537b0..e715eeb83b 100644 --- a/conf/machine/i586-generic.conf +++ b/conf/machine/i586-generic.conf @@ -20,7 +20,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES ?= "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 15b9259b4f..685d763e6d 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -19,7 +19,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES ?= "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" #tune for pentium pro cpu diff --git a/conf/machine/x86-32-nocona.conf b/conf/machine/x86-32-nocona.conf index 20b5a11770..91cf003420 100644 --- a/conf/machine/x86-32-nocona.conf +++ b/conf/machine/x86-32-nocona.conf @@ -17,7 +17,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" diff --git a/conf/machine/x86-prescott.conf b/conf/machine/x86-prescott.conf index 6a91bc39fb..5ea5079072 100644 --- a/conf/machine/x86-prescott.conf +++ b/conf/machine/x86-prescott.conf @@ -16,7 +16,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |