From e0e2170b5dcfa0f5fb0fbb1fa70791646bda23c4 Mon Sep 17 00:00:00 2001 From: Bastian Date: Sun, 5 Mar 2017 18:55:53 +0100 Subject: [PATCH] experimental respondd-module-airtime module added.. --- Makefile | 2 +- site.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7691a8..a1acfe0 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) -#JOBS = 1 +JOBS = 1 GLUON_MAKE := ${MAKE} V=s BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ diff --git a/site.mk b/site.mk index ea90821..72fe686 100644 --- a/site.mk +++ b/site.mk @@ -2,6 +2,7 @@ GLUON_SITE_PACKAGES := \ gluon-mesh-batman-adv-15 \ gluon-alfred \ gluon-respondd \ + respondd-module-airtime \ gluon-autoupdater \ gluon-config-mode-core \ gluon-config-mode-autoupdater \