From cb606e5bd05e98f148ee82d443e5b2e379d3bc5f Mon Sep 17 00:00:00 2001 From: Paul J R Date: Sun, 25 Aug 2013 00:19:34 +1000 Subject: [PATCH] adding ppstools to bits --- makeitall.sh | 5 +++++ setup_build.sh | 4 ++++ 2 files changed, 9 insertions(+), 0 deletions(-) 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\"" -- 1.7.0.4