aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wlan-ng
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-02-04 14:00:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-04 14:00:09 +0000
commitcfd2c1cca7da83929b2c2d6196f70cc5a2167d3c (patch)
tree5a7e4c5328009cb2647077f279e8557f90f6a2cb /packages/wlan-ng
parent7b7753851e69d4cd37ff9250ad383ed17ccceed8 (diff)
downloadopenembedded-cfd2c1cca7da83929b2c2d6196f70cc5a2167d3c.tar.gz
wlan-ng-modules: set default preference of version 0.2.2 to -1 for tosa,
since 0.2.1-pre is the most recent version that works there
Diffstat (limited to 'packages/wlan-ng')
-rw-r--r--packages/wlan-ng/wlan-ng-modules_0.2.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/wlan-ng/wlan-ng-modules_0.2.2.bb b/packages/wlan-ng/wlan-ng-modules_0.2.2.bb
index e2528a78af..177eb41fd6 100644
--- a/packages/wlan-ng/wlan-ng-modules_0.2.2.bb
+++ b/packages/wlan-ng/wlan-ng-modules_0.2.2.bb
@@ -6,6 +6,9 @@ RRECOMMENDS = "wlan-ng-utils"
LICENSE = "GPL"
PR = "r1"
+# 0.2.1-pre works with the tosa internal wlan chipset, while 0.2.2 does not :/
+DEFAULT_PREFERENCE_tosa = "-1"
+
SRC_URI = "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \
file://no-compat.patch;patch=1 \
file://msleep-vs-mdelay.patch;patch=1 \