Add missing files from update scripts.

adsbexchange
Christopher Young 2017-05-23 17:32:36 -04:00
rodzic b812c29996
commit 7c33203672
2 zmienionych plików z 13 dodań i 4 usunięć

Wyświetl plik

@ -37,6 +37,8 @@ cp image/99-uavionix.rules work/bin/
cp image/motd work/bin/
cp image/stratux-wifi.sh work/bin/
cp image/rc.local work/bin/
cp image/dhcpd.conf work/bin/
cp image/interfaces work/bin/
cp test-data/ahrs/ahrs_table.log work/bin/
cp ahrs_approx work/bin/

Wyświetl plik

@ -69,6 +69,17 @@ chmod 755 /usr/bin/fancontrol
cp -f dump1090 /usr/bin/
# AHRS approx data.
cp -f ahrs_table.log /root/
cp -f ahrs_approx /usr/bin/
chmod 755 /usr/bin/ahrs_approx
# DHCPD Config.
cp -f dhcpd.conf /etc/dhcp/dhcpd.conf
# Interfaces file.
cp -f interfaces /etc/network/interfaces
# Web files install.
cd web/ && make stratuxBuild=${stratuxBuild}
@ -76,7 +87,3 @@ cd web/ && make stratuxBuild=${stratuxBuild}
rm -f /usr/sbin/wifi_watch.sh
sed -i "/\bwifi_watch\b/d" /etc/rc.local
# AHRS approx data.
cp -f ahrs_table.log /root/
cp -f ahrs_approx /usr/bin/
chmod 755 /usr/bin/ahrs_approx