diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-08-22 14:56:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-22 14:56:55 +0000 |
commit | 2dc09e524df860dc15c5a8b3093711c57d62f600 (patch) | |
tree | 1709505eba95ada209f70534f858c65ec06faf19 /packages/hostap/hostap-modules_0.3.9.bb | |
parent | 7fd328d5e7eed4eee153ec8bebc128175a832806 (diff) |
added 'add_event.patch' to get hostap-modules working with 2.6.12+ kernels - close bug #231
Diffstat (limited to 'packages/hostap/hostap-modules_0.3.9.bb')
-rw-r--r-- | packages/hostap/hostap-modules_0.3.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hostap/hostap-modules_0.3.9.bb b/packages/hostap/hostap-modules_0.3.9.bb index 81091bf2d8..b6a3891cd2 100644 --- a/packages/hostap/hostap-modules_0.3.9.bb +++ b/packages/hostap/hostap-modules_0.3.9.bb @@ -3,11 +3,12 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf \ file://Makefile.patch;patch=1 \ + file://add_event.patch;patch=1 \ file://hostap-utsname.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" |