hostap-modules: add 0.3.10 and 0.4.7
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 3 Mar 2006 10:41:11 +0000 (10:41 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 3 Mar 2006 10:41:11 +0000 (10:41 +0000)
- closes #708
- 0.4.7 still doesn't compile against 2.6.15-hh0 as long as
  kernel_updates.patch is applied.

packages/hostap/hostap-modules_0.3.10.bb [new file with mode: 0644]
packages/hostap/hostap-modules_0.4.7.bb [new file with mode: 0644]

diff --git a/packages/hostap/hostap-modules_0.3.10.bb b/packages/hostap/hostap-modules_0.3.10.bb
new file mode 100644 (file)
index 0000000..7f2cc56
--- /dev/null
@@ -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 (file)
index 0000000..57905ff
--- /dev/null
@@ -0,0 +1,4 @@
+include hostap-modules.inc
+PR = "r2"
+
+SRC_URI += "file://kernel_updates.patch;patch=1"