diff options
Diffstat (limited to 'packages/wlan-ng/wlan-ng-modules_0.2.2.bb')
-rw-r--r-- | packages/wlan-ng/wlan-ng-modules_0.2.2.bb | 8 |
1 files changed, 3 insertions, 5 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 23bd888650..9a482447c6 100644 --- a/packages/wlan-ng/wlan-ng-modules_0.2.2.bb +++ b/packages/wlan-ng/wlan-ng-modules_0.2.2.bb @@ -4,15 +4,13 @@ SECTION = "kernel/modules" DEPENDS = "virtual/kernel" RRECOMMENDS = "wlan-ng-utils" LICENSE = "GPL" -PR = "r0" - -# missing symbols on module load -DEFAULT_PREFERENCE = "-1" +PR = "r1" 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 \ file://only-the-modules.patch;patch=1 \ - file://compile-fix-HACK.patch;patch=1 \ + file://compile-fix-HACK.patch;patch=1 \ file://config.in" S = "${WORKDIR}/linux-wlan-ng-${PV}" |