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, 0 insertions, 8 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend b/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend
deleted file mode 100644
index 48af903..0000000
--- a/recipes-connectivity/hostapd/hostap-daemon_1.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-}