aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-03 10:41:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-03 10:41:11 +0000
commit4424a38723a069b7e93ac5ab099d6f90c040da79 (patch)
treedbae87df9a03eea7816070bdf022a310ff7ad292 /packages/hostap
parenteeb3c612f40be70ed5de255f805501a43fb3d533 (diff)
downloadopenembedded-4424a38723a069b7e93ac5ab099d6f90c040da79.tar.gz
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.bb8
-rw-r--r--packages/hostap/hostap-modules_0.4.7.bb4
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"