From: Paul J R Date: Sat, 24 Aug 2013 14:19:34 +0000 (+1000) Subject: adding ppstools to bits X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=commitdiff_plain;h=cb606e5bd05e98f148ee82d443e5b2e379d3bc5f adding ppstools to bits --- diff --git a/makeitall.sh b/makeitall.sh index 2dd542a..66735fd 100755 --- a/makeitall.sh +++ b/makeitall.sh @@ -10,6 +10,11 @@ pushd src/syslinux-5.10 make -C linux syslinux popd +echo "Building pps tools" +pushd src/pps-tools +make -j 3 +popd +echo "..... done" echo "Building linux kernel - this is gunna take a while..." pushd src/linux-3.10.9 diff --git a/setup_build.sh b/setup_build.sh index d0c8124..ae911df 100755 --- a/setup_build.sh +++ b/setup_build.sh @@ -17,6 +17,10 @@ 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\""