[reader] Disabled reader app on N100

This commit is contained in:
Yaya.Cout
2021-09-17 19:28:53 +02:00
parent fa278b0d78
commit 959efdc995

View File

@@ -12,6 +12,10 @@ include build/toolchain.$(TOOLCHAIN).mak
include build/variants.mak
include build/helpers.mk
ifeq (${MODEL}, n0100)
EPSILON_APPS := $(filter-out reader,$(EPSILON_APPS))
endif
ifeq (${MODEL}, n0110)
apps_list = ${EPSILON_APPS}
else