summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"