3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-15 07:42:33 +02:00

experimental respondd-module-airtime module added..

This commit is contained in:
Bastian 2017-03-05 18:55:53 +01:00
parent ca7623dbda
commit e0e2170b5d
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ endif
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) 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_MAKE := ${MAKE} V=s BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_RELEASE=${GLUON_RELEASE} \

View File

@ -2,6 +2,7 @@ GLUON_SITE_PACKAGES := \
gluon-mesh-batman-adv-15 \ gluon-mesh-batman-adv-15 \
gluon-alfred \ gluon-alfred \
gluon-respondd \ gluon-respondd \
respondd-module-airtime \
gluon-autoupdater \ gluon-autoupdater \
gluon-config-mode-core \ gluon-config-mode-core \
gluon-config-mode-autoupdater \ gluon-config-mode-autoupdater \