# fss-0002

main:
  tkis_local_push program hostapd
  cp -v ${PR}hostapd.defconfig .config
  make
  cp -v ${PR}hostapd.conf /etc/network/example-device-hostap
  cp -v hostapd hostapd_cli /sbin/
  chgrp e_network_admin /etc/network/example-device-hostap
  chgrp e_network_admin /sbin/hostapd_cli
  chgrp 0 /sbin/hostapd
  chmod g-rwx /sbin/hostapd
