X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=blobdiff_plain;f=setup_build.sh;h=ae911dfbbb75cc3ed1b297cec01ec211af543a55;hp=ed7b0752d0aff6c570929974e5f47a810fcfa5b1;hb=HEAD;hpb=1ef1039c400e0b5d6dea5e3399edae3f09205124 diff --git a/setup_build.sh b/setup_build.sh index ed7b075..ae911df 100755 --- a/setup_build.sh +++ b/setup_build.sh @@ -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\""