remove respondd-module-airtime on devices without wifi

fix #34
This commit is contained in:
genofire 2020-01-12 16:22:58 +01:00
parent e4a19049f8
commit 94b2c5723c
1 changed files with 10 additions and 0 deletions

10
site.mk
View File

@ -35,3 +35,13 @@ GLUON_LANGS ?= en de
GLUON_REGION ?= eu
GLUON_WLAN_MESH ?= ibss
GLUON_MULTIDOMAIN=1
EXCLUDE_NO_WIFI:= -respondd-module-airtime
# ramips-mt7621
ifeq ($(GLUON_TARGET),ramips-mt7621)
GLUON_ubnt-erx_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
GLUON_ubnt-erx-sfp_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
endif