summaryrefslogtreecommitdiff
path: root/packages/hostap/hostap-modules.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-18 18:26:10 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-18 18:26:10 +0000
commit6e65f76c3d5946817e285b93d73d6475c7f0da42 (patch)
treeab5658fad93e10cc7f5b7491b57f2c938d575edf /packages/hostap/hostap-modules.inc
parentc4b744dbb34a1d8c5b0d9ab5f52d387366cad69e (diff)
apmd|hostap|orinoco: move the fix for bug 3664 into a separate package
* the package is RRECOMMENDS and should be installed automatically, but can be removed if one so desires * reorder some fields according to StyleGuide * bump PR
Diffstat (limited to 'packages/hostap/hostap-modules.inc')
-rw-r--r--packages/hostap/hostap-modules.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/hostap/hostap-modules.inc b/packages/hostap/hostap-modules.inc
index 9a928210c6..01e4e53710 100644
--- a/packages/hostap/hostap-modules.inc
+++ b/packages/hostap/hostap-modules.inc
@@ -2,14 +2,13 @@ DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3
SECTION = "kernel/modules"
PRIORITY = "optional"
LICENSE = "GPL"
+RRECOMMENDS = "apm-wifi-suspendfix"
SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz"
-
SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \
file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0"
SRC_URI_append_mtx-2 = " file://mtx_compat.diff;patch=1;pnum=0 \
file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0"
-
SRC_URI_append_h3900 = " file://ipaq_compat.patch;patch=1 "
S = "${WORKDIR}/hostap-driver-${PV}"