diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-05 12:57:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-05 12:57:28 +0000 |
commit | bf74c20cdd33431ae6c72ff74c0c133d9f21c379 (patch) | |
tree | def4143a4bf1c6fe00c13d0600bc79232b9ca6d4 /conf | |
parent | 563a5b965c48a3cc854e667cce7a67da1df75d7a (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/02/05 13:57:07+01:00 uni-frankfurt.de!mickeyl
oz-pxa-2.6: ship some more modules in the image
2005/02/05 13:55:50+01:00 uni-frankfurt.de!mickeyl
add crimson fields. nonworking, because of bitchy build system (yet)
2005/02/05 01:03:43+01:00 uni-frankfurt.de!mickeyl
slightly adjust openzaurus-pxa-2.6 defconfig (see defconfig for details)
BKrev: 4204c2b8mH_ewCv6jqBtei4mJcrh2Q
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/openzaurus-pxa-2.6.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/openzaurus-pxa-2.6.conf b/conf/machine/openzaurus-pxa-2.6.conf index ad2ac51c65..72ca32757f 100644 --- a/conf/machine/openzaurus-pxa-2.6.conf +++ b/conf/machine/openzaurus-pxa-2.6.conf @@ -12,7 +12,11 @@ pcmcia-cs apmd ppp wireless-tools console-tools irda-utils openswan wpa-supplica BOOTSTRAP_EXTRA_RDEPENDS = "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs \ pcmcia-cs apm ppp wireless-tools irda-utils udev-utils" -# kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ -# kernel-module-usbdcore kernel-module-usbdmonitor chkhinge" +# NFS Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" +# Crypto Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" +# SMB and CRAMFS +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" ROOT_FLASH_SIZE = "64" |