summaryrefslogtreecommitdiff
path: root/multitech/recipes/hostap
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2013-04-23 12:49:12 -0500
committerMike Fiore <mfiore@multitech.com>2013-04-23 12:49:12 -0500
commit7b7aa4ac2b9c4264ce494435db1d4d86fa0067b8 (patch)
treefbe18a1ea5b23022e7c5855cf1809235ec9dd38c /multitech/recipes/hostap
parent54210dfd408109fe27fa0c7e9ebc011bcb96c470 (diff)
hostapd: do not start on boot
Diffstat (limited to 'multitech/recipes/hostap')
-rw-r--r--multitech/recipes/hostap/hostap-daemon-1.0.inc3
-rw-r--r--multitech/recipes/hostap/hostap-daemon_1.0.bb2
2 files changed, 1 insertions, 4 deletions
diff --git a/multitech/recipes/hostap/hostap-daemon-1.0.inc b/multitech/recipes/hostap/hostap-daemon-1.0.inc
index ad7cb24..f22fa25 100644
--- a/multitech/recipes/hostap/hostap-daemon-1.0.inc
+++ b/multitech/recipes/hostap/hostap-daemon-1.0.inc
@@ -4,9 +4,6 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "libnl openssl"
-inherit update-rc.d
-INITSCRIPT_NAME=hostapd
-
do_configure() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}
diff --git a/multitech/recipes/hostap/hostap-daemon_1.0.bb b/multitech/recipes/hostap/hostap-daemon_1.0.bb
index 121f225..a50b56b 100644
--- a/multitech/recipes/hostap/hostap-daemon_1.0.bb
+++ b/multitech/recipes/hostap/hostap-daemon_1.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
require hostap-daemon-1.0.inc
-PR = "r2"
+PR = "r3"
#DEFAULT_PREFERENCE = "-1"