git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0265bd2
)
fix bogus c7x0 dependency on kernel-module-pxa-bi. only needed on2.4
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 27 Apr 2005 18:23:37 +0000
(18:23 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 27 Apr 2005 18:23:37 +0000
(18:23 +0000)
BKrev: 426fd8a9x_Epa5KieiwiGYtsyZJscQ
conf/machine/c7x0.conf
patch
|
blob
|
history
diff --git
a/conf/machine/c7x0.conf
b/conf/machine/c7x0.conf
index
173f049
..
9693adb
100644
(file)
--- 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 :)