From 293bcced034d23bd6cb9cb78964f29e4eac6126d Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sun, 24 Sep 2017 19:20:34 +0200 Subject: [PATCH] replace gpsd with gpsd-timepps in alpine.sh --- scripts/alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/alpine.sh b/scripts/alpine.sh index 89b08a599..bcda83032 100644 --- a/scripts/alpine.sh +++ b/scripts/alpine.sh @@ -82,7 +82,7 @@ echo $alpine_url/community >> $root_dir/etc/apk/repositories chroot $root_dir /bin/sh <<- EOF_CHROOT apk update -apk add openssh iw wpa_supplicant dhcpcd dnsmasq hostapd-rtl871xdrv iptables avahi dcron chrony gpsd subversion make gcc musl-dev fftw-dev libconfig-dev alsa-lib-dev alsa-utils curl wget less nano bc +apk add openssh iw wpa_supplicant dhcpcd dnsmasq hostapd-rtl871xdrv iptables avahi dcron chrony gpsd-timepps subversion make gcc musl-dev fftw-dev libconfig-dev alsa-lib-dev alsa-utils curl wget less nano bc ln -s /etc/init.d/bootmisc etc/runlevels/boot/bootmisc ln -s /etc/init.d/hostname etc/runlevels/boot/hostname