projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a1e9913
)
adding ppstools to bits
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 14:19:34 +0000 (
00:19
+1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 14:19:34 +0000 (
00:19
+1000)
makeitall.sh
patch
|
blob
|
history
setup_build.sh
patch
|
blob
|
history
diff --git
a/makeitall.sh
b/makeitall.sh
index
2dd542a
..
66735fd
100755
(executable)
--- 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
(executable)
--- 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\""