diff options
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" |