new final sequence
[wyse_ntpd.git] / setup_build.sh
index ed7b075..ae911df 100755 (executable)
@@ -16,5 +16,11 @@ echo "Setting up buildroot"
 tar xfz ../src_arch/buildroot-2013.05.tar.gz
 echo "..... done"
 
+echo "Getting ppstools"
+cd src
+git clone https://github.com/ago/pps-tools.git
+cd ..
+echo "..... done"
+
 echo "You now need to do a \"git reset --hard\" then \"sh makeitall\""