Select basic packages by default

This commit is contained in:
Martin Schröder 2015-09-04 12:35:17 +02:00
parent 8e15c2b3f1
commit ce5791a1ae

View File

@ -56,9 +56,9 @@ ifeq ($(DESTDIR),)
DESTDIR:=/
endif
ifneq ($(SELECT_BASIC),)
include Makefile.basic
endif
#ifneq ($(SELECT_BASIC),)
include Makefile.basic
#endif
ifneq ($(SELECT_ALL),)
DIRS-y += $(wildcard plugins/*)
DIRS-y += themes/juci-inteno