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 \