diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-11 12:46:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-11 12:46:15 +0000 |
commit | 3da9f9458cfbf2dbca7f53feba15e31e71a0aebf (patch) | |
tree | 66d52e476134abf584c97b4ebba9f930634756b6 /meta/conf/machine | |
parent | 48052b1c9afe3e37c308ecd2488ffb41de8b9244 (diff) | |
download | openembedded-core-3da9f9458cfbf2dbca7f53feba15e31e71a0aebf.tar.gz openembedded-core-3da9f9458cfbf2dbca7f53feba15e31e71a0aebf.tar.bz2 openembedded-core-3da9f9458cfbf2dbca7f53feba15e31e71a0aebf.zip |
nokia n8x0: add usbinit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3740 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/nokia800.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf index 632fcb6023..56886a0770 100644 --- a/meta/conf/machine/nokia800.conf +++ b/meta/conf/machine/nokia800.conf @@ -25,7 +25,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat" -MACHINE_EXTRA_RDEPENDS = "cx3110x" +MACHINE_EXTRA_RDEPENDS = "cx3110x usbinit" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" KERNEL_IMAGE_MAXSIZE = "2097152" |