summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend')
-rw-r--r--recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend b/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend
new file mode 100644
index 0000000..48af903
--- /dev/null
+++ b/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+
+SRC_URI += "file://default"
+
+do_install_append() {
+ mkdir -p ${D}${sysconfdir}/default
+ install -m 644 ${WORKDIR}/default ${D}${sysconfdir}/default/hostapd
+}