From 17456428dd79f9e15e9cffc1e3828ee15d2c70bb Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Fri, 24 Dec 2010 10:56:35 +0100 Subject: [PATCH] openwrt: prettify the install script output --- mote/v2/openwrt/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mote/v2/openwrt/install.sh b/mote/v2/openwrt/install.sh index d5d8dcd..44b3cc6 100755 --- a/mote/v2/openwrt/install.sh +++ b/mote/v2/openwrt/install.sh @@ -46,6 +46,9 @@ patch -p0 < $REPO_PATH/patches/900-disable_console.patch patch -p0 < $REPO_PATH/patches/910-set_ttyS0_baud_to_115200.patch # and then build the Fluksometer firmware... +echo +echo ================================================================================= echo To compile this custom backfire build for Flukso, just type: make -j8 echo Use at least as many jobs as the number of cores available on your build machine. - +echo ================================================================================= +echo