wlan-ng-modules: set default preference of version 0.2.2 to -1 for tosa,
authorMichael Lauer <mickey@vanille-media.de>
Sat, 4 Feb 2006 14:00:09 +0000 (14:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 4 Feb 2006 14:00:09 +0000 (14:00 +0000)
since 0.2.1-pre is the most recent version that works there

packages/wlan-ng/wlan-ng-modules_0.2.2.bb

index e2528a7..177eb41 100644 (file)
@@ -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 \