diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-18 13:36:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-18 13:36:52 +0000 |
commit | 4b276fbe128b0eeb6e4fb43c5d2896287487265c (patch) | |
tree | 3f791f76c082273c41f74ef971b92a9f92c6ad29 | |
parent | bfb09b1a4c47cf0ffc980571bda7648e7b326d3c (diff) |
collie-2.6: ship wifi support too
-rw-r--r-- | conf/machine/include/collie-2.6.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/collie-2.6.conf b/conf/machine/include/collie-2.6.conf index 5f6d1c9390..f22ffce6c2 100644 --- a/conf/machine/include/collie-2.6.conf +++ b/conf/machine/include/collie-2.6.conf @@ -1,6 +1,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" SERIAL_CONSOLE = "115200 ttySA0" -MACHINE_FEATURES = "kernel26 apm pcmcia screen irda usbgadget keyboard touchscreen" +MACHINE_FEATURES = "kernel26 apm pcmcia screen irda usbgadget keyboard touchscreen wifi" MACHINE_EXTRA_RDEPENDS = "kernel-modules" |