SUMMARY = "Authenticator for Wi-Fi Protected Access (WPA)" TARGET_NAME = "hostapd" include hostapd.inc RRECOMMENDS:${PN}_${PV} = "hostapd-cli" PACKAGES:prepend = "hostapd-cli" FILES:hostpad-cli = "${sbindir}/hostapd_cli" do_install () { install -d ${D}${sbindir} install -m 755 hostapd/hostapd ${D}${sbindir} install -m 755 hostapd/hostapd_cli ${D}${sbindir} }