diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-11 17:23:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-11 17:23:34 +0000 |
commit | 31f96fab2cbb685c2ce57e36bab88e3bd1b36d44 (patch) | |
tree | 636db4f4b83abf6833c8c206beeb843dd57a6260 | |
parent | cfa8d222790389b04df45ec4bbeda5d9bf617ee7 (diff) | |
download | openembedded-core-31f96fab2cbb685c2ce57e36bab88e3bd1b36d44.tar.gz openembedded-core-31f96fab2cbb685c2ce57e36bab88e3bd1b36d44.tar.bz2 openembedded-core-31f96fab2cbb685c2ce57e36bab88e3bd1b36d44.zip |
poky.conf: recommend af-packet kernel module
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3752 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 24f4165200..ef756cf5f9 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -253,6 +253,7 @@ POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" +DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" IMAGE_FEATURES ?= "" |