summaryrefslogtreecommitdiff
path: root/packages/hostap/hostap-daemon_0.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hostap/hostap-daemon_0.2.4.bb')
-rw-r--r--packages/hostap/hostap-daemon_0.2.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/hostap/hostap-daemon_0.2.4.bb b/packages/hostap/hostap-daemon_0.2.4.bb
index e69de29bb2..86566ce828 100644
--- a/packages/hostap/hostap-daemon_0.2.4.bb
+++ b/packages/hostap/hostap-daemon_0.2.4.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
+HOMEPAGE = "http://hostap.epitest.fi"
+SECTION = "kernel/userland"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV})"
+
+SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz"
+S = "${WORKDIR}/hostapd-${PV}"
+
+do_install() {
+ install -d ${D}${sysconfdir} ${D}${bindir}
+ install -m 0644 hostapd.conf ${D}${sysconfdir}/
+ install -m 0755 hostapd ${D}${bindir}
+}
+