From 8a01e246ee88981f70fe92664722411deda0100d Mon Sep 17 00:00:00 2001
From: Johannes Rudolph <johannes.rudolph@gmx.com>
Date: Mon, 21 Mar 2016 13:08:14 +0100
Subject: [PATCH] remove debug

---
 build/build.sh | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/build/build.sh b/build/build.sh
index 6880e43..c2a056c 100644
--- a/build/build.sh
+++ b/build/build.sh
@@ -1,17 +1,12 @@
 #!/bin/sh
 
-ip a
-
-cat /etc/hostname
 
 cpus=`nproc`
 
-echo $cpus
-
 make update
 
 rm -rf ./packages/ffnw
 
 git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw
 
-#make -dkj $cpus GLUON_BRANCH=stable
\ No newline at end of file
+make -dkj $cpus GLUON_BRANCH=stable
\ No newline at end of file
-- 
GitLab