diff options
author | Phil Blundell <philb@gnu.org> | 2005-04-17 08:24:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-04-17 08:24:31 +0000 |
commit | 74e605c9ad745239382fa565ed8167918b8d87de (patch) | |
tree | 95da4b5d790d51470ba0016634c667e475db2425 /packages | |
parent | ca324c3ec4522fed89197c039f379d8abdde5ed6 (diff) |
defeat hostap_compat bits causing trouble with ipaq kernels
BKrev: 42621d3fVrhR4yN00AUbFSvxxwocbw
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hostap/hostap-modules-0.3.7/ipaq_compat.patch | 0 | ||||
-rw-r--r-- | packages/hostap/hostap-modules_0.3.7.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/hostap/hostap-modules-0.3.7/ipaq_compat.patch b/packages/hostap/hostap-modules-0.3.7/ipaq_compat.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/hostap/hostap-modules-0.3.7/ipaq_compat.patch diff --git a/packages/hostap/hostap-modules_0.3.7.bb b/packages/hostap/hostap-modules_0.3.7.bb index d0dc14aa11..1f86935ae1 100644 --- a/packages/hostap/hostap-modules_0.3.7.bb +++ b/packages/hostap/hostap-modules_0.3.7.bb @@ -3,10 +3,11 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf \ + file://ipaq_compat.patch;patch=1 \ file://Makefile.patch;patch=1" SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" |