diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-18 21:33:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-18 21:33:42 +0000 |
commit | 1c87ee48b7a6e4adea79103d960194cd63519da5 (patch) | |
tree | 2e74e4bc0b3608fba89b52a3b1324ee7a938f74e /conf | |
parent | f9001e422703872bdeacfbb7b20dff8a31877a33 (diff) |
tosa.conf: add missing dependency to wlan-ng-utils
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/tosa-2.4.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/tosa-2.4.conf b/conf/machine/tosa-2.4.conf index e33de0582e..22ade477e2 100644 --- a/conf/machine/tosa-2.4.conf +++ b/conf/machine/tosa-2.4.conf @@ -1,6 +1,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" -BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules virtual/kernel hostap-modules \ + +BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules wlan-ng-utils virtual/kernel hostap-modules \ orinoco-modules sharp-sdmmc-support usbutils" BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules wlan-ng-utils kernel-module-acm \ kernel-module-evdev kernel-module-net-fd \ |