#!/bin/sh
set -e
chmod +x ${IPKG_INSTROOT}/usr/bin/wifi-ap
chmod +x ${IPKG_INSTROOT}/usr/sbin/ap-set-bridge-ip.sh
chmod +x ${IPKG_INSTROOT}/usr/sbin/wifi-ap-firmware-upload.sh
chmod +x ${IPKG_INSTROOT}/usr/sbin/wifi-ap-log-clean.sh
chmod +x ${IPKG_INSTROOT}/usr/sbin/wifi-ap-trend-collector.sh
chmod +x ${IPKG_INSTROOT}/etc/init.d/wifi-ap
exit 0
