build script
[wyse_ntpd.git] / makeitall.sh
index 5552cd2..d41671c 100755 (executable)
@@ -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"