diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-03 10:41:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 10:41:11 +0000 |
commit | 4424a38723a069b7e93ac5ab099d6f90c040da79 (patch) | |
tree | dbae87df9a03eea7816070bdf022a310ff7ad292 /packages/hostap | |
parent | eeb3c612f40be70ed5de255f805501a43fb3d533 (diff) |
hostap-modules: add 0.3.10 and 0.4.7
- closes #708
- 0.4.7 still doesn't compile against 2.6.15-hh0 as long as
kernel_updates.patch is applied.
Diffstat (limited to 'packages/hostap')
-rw-r--r-- | packages/hostap/hostap-modules_0.3.10.bb | 8 | ||||
-rw-r--r-- | packages/hostap/hostap-modules_0.4.7.bb | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/hostap/hostap-modules_0.3.10.bb b/packages/hostap/hostap-modules_0.3.10.bb new file mode 100644 index 0000000000..7f2cc5628a --- /dev/null +++ b/packages/hostap/hostap-modules_0.3.10.bb @@ -0,0 +1,8 @@ +include hostap-modules.inc +LICENSE = "GPL" +PR = "r6" + +SRC_URI += "file://Makefile.patch;patch=1 \ + file://add_event.patch;patch=1 \ + file://hostap-utsname.patch;patch=1 \ + file://hostap_cardid.patch;patch=1" diff --git a/packages/hostap/hostap-modules_0.4.7.bb b/packages/hostap/hostap-modules_0.4.7.bb new file mode 100644 index 0000000000..57905fffed --- /dev/null +++ b/packages/hostap/hostap-modules_0.4.7.bb @@ -0,0 +1,4 @@ +include hostap-modules.inc +PR = "r2" + +SRC_URI += "file://kernel_updates.patch;patch=1" |