From: Paul J R Date: Sat, 24 Aug 2013 02:20:08 +0000 (+1000) Subject: build script X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=commitdiff_plain;h=ef1e7e33bcc7f6137ca156de76715e62644e6079 build script --- diff --git a/makeitall.sh b/makeitall.sh index 5552cd2..d41671c 100755 --- a/makeitall.sh +++ b/makeitall.sh @@ -10,3 +10,15 @@ pushd src/syslinux-5.10 make -C linux syslinux popd + +echo "Building linux kernel - this is gunna take a while..." +pushd src/linux-3.10.9 +make +popd +echo "..... done" + +echo "Now Buildroot.... also going to take a while" +pushd src/buildroot-2013.05 +make +popd +echo "..... done"