hostap-daemon(0.7.3) : remove conf file
[vuplus_openembedded] / recipes / hostap / hostap-daemon-0.7.inc
index 49f2650..d859016 100644 (file)
@@ -17,10 +17,8 @@ do_compile() {
 
 do_install() {
        install -d ${D}${sbindir} ${D}${sysconfdir}/init.d
-       install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir}
        install -m 0755 ${S}/hostapd ${D}${sbindir}
        install -m 0755 ${S}/hostapd_cli ${D}${sbindir}
        install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd
 }
 
-CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"