diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-08-24 09:46:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 09:46:02 +0000 |
commit | 403c30ab815a65dba96222bbcc752e69785ce21e (patch) | |
tree | b68d49b352e690aad4f9fb32a21936247282ef2a /packages/hostap/hostap-modules_0.3.9.bb | |
parent | 1e5f7be58b94ac2a8004954ac8959715cf7b838c (diff) |
hostap: Add cardid table so it works with recent kernels
Diffstat (limited to 'packages/hostap/hostap-modules_0.3.9.bb')
-rw-r--r-- | packages/hostap/hostap-modules_0.3.9.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/hostap/hostap-modules_0.3.9.bb b/packages/hostap/hostap-modules_0.3.9.bb index b6a3891cd2..1be1e6a77e 100644 --- a/packages/hostap/hostap-modules_0.3.9.bb +++ b/packages/hostap/hostap-modules_0.3.9.bb @@ -3,13 +3,14 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r3" +PR = "r4" 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" + file://hostap-utsname.patch;patch=1 \ + file://hostap_cardid.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" SRC_URI_append_h3900 = " file://ipaq_compat.patch;patch=1 " |