aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-04-27 18:23:37 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-04-27 18:23:37 +0000
commit7efcac6c776f2b4a2298390001f3ac5afb173957 (patch)
tree229242a56cc87d7047c6809d3fe0c2648df7233d /conf
parent0265bd269c897a34ec35748966582f7ebb68093e (diff)
downloadopenembedded-7efcac6c776f2b4a2298390001f3ac5afb173957.tar.gz
fix bogus c7x0 dependency on kernel-module-pxa-bi. only needed on2.4
BKrev: 426fd8a9x_Epa5KieiwiGYtsyZJscQ
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/c7x0.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf
index 173f049669..9693adbbbe 100644
--- a/conf/machine/c7x0.conf
+++ b/conf/machine/c7x0.conf
@@ -7,7 +7,7 @@ KERNEL_VERSION ?= "2.4"
include conf/machine/zaurus-clamshell.conf
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa-bi"
+BOOTSTRAP_EXTRA_RDEPENDS += "${@base_conditional('KERNEL_VERSION', '2.4', 'kernel-module-pxa-bi', '', d)}"
ROOT_FLASH_SIZE = "32"
# yes, the husky has 64MB, I know... Be happy, that way you can install more software :)