diff options
-rw-r--r-- | hostap/hostap-modules-0.2.4/Makefile.patch | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.4.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hostap/hostap-modules-0.2.4/Makefile.patch b/hostap/hostap-modules-0.2.4/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules-0.2.4/Makefile.patch diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe index d7226d2bdc..04d1817ff9 100644 --- a/hostap/hostap-modules_0.2.4.oe +++ b/hostap/hostap-modules_0.2.4.oe @@ -6,7 +6,8 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" + file://hostap_cs.conf \ + file://Makefile.patch;patch=1" S = "${WORKDIR}/hostap-driver-${PV}" inherit module |