diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-18 13:36:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-18 13:36:21 +0000 |
commit | bfb09b1a4c47cf0ffc980571bda7648e7b326d3c (patch) | |
tree | 98c24d5f5e5f0047befae268ba2a33669ea3b782 /conf | |
parent | e0b70f3888c225ecbdc5fdb81366b3efd2019f7c (diff) |
collie-2.6: ship all kernel modules now
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/collie-2.6.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/collie-2.6.conf b/conf/machine/include/collie-2.6.conf index eab879368c..5f6d1c9390 100644 --- a/conf/machine/include/collie-2.6.conf +++ b/conf/machine/include/collie-2.6.conf @@ -2,3 +2,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" SERIAL_CONSOLE = "115200 ttySA0" MACHINE_FEATURES = "kernel26 apm pcmcia screen irda usbgadget keyboard touchscreen" + +MACHINE_EXTRA_RDEPENDS = "kernel-modules" |