From: Philipp Zabel Date: Fri, 3 Mar 2006 10:41:11 +0000 (+0000) Subject: hostap-modules: add 0.3.10 and 0.4.7 X-Git-Tag: Release-2010-05/1~9453^2~2299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4424a38723a069b7e93ac5ab099d6f90c040da79;p=openembedded.git 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. --- 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"