diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-08 12:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-08 12:40:08 +0000 |
commit | 224b5f7211f0134d33f60df1650c099d0973a0ff (patch) | |
tree | 42dcb50bbadbac3cbe9f64153abd6709cdb847b0 /conf | |
parent | 0ff77391ed2b7599e7c99f233c707bb27338a6fd (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/08 12:23:21+00:00 nexus.co.uk!pb
update ipkg to 0.99.135 and apply patch for provides/depends bug
2005/01/08 13:05:40+01:00 uni-frankfurt.de!mickeyl
minor adjustments to get a opie-image w/ kernel 2.6
BKrev: 41dfd4a8c4MPnpjSOylCKq2HKe77Ig
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/openzaurus-pxa-2.6.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/openzaurus-pxa-2.6.conf b/conf/machine/openzaurus-pxa-2.6.conf index 3542659830..9c5b241196 100644 --- a/conf/machine/openzaurus-pxa-2.6.conf +++ b/conf/machine/openzaurus-pxa-2.6.conf @@ -7,4 +7,9 @@ include conf/machine/zaurus-clamshell.conf PREFERRED_PROVIDER_virtual/kernel = "openzaurus" PREFERRED_VERSION_orinoco-modules = "20050101" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules chkhinge" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules chkhinge" +# kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ +# kernel-module-usbdcore kernel-module-usbdmonitor chkhinge" + ROOT_FLASH_SIZE = "64" |