Skip to content
Snippets Groups Projects
Unverified Commit eb25403a authored by Ruben Barkow's avatar Ruben Barkow
Browse files

set DEPRECATED 'upgrade' and fix indention for ZRAM for tiny devices

parent fa0f4e5e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ variables:
GLUON_BRANCH: v2019.1.x
# set to '' or 'BROKEN=1'
BROKEN: 'BROKEN=1'
DEPRECATED: 'upgrade'
# set to '', 'V=s' or 'V=s BUILD_LOG=1'
VERBOSE: ''
......
......@@ -9,7 +9,7 @@ DEFAULT_GLUON_RELEASE := 2019.1~exp$(shell date '+%y%m%d')
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
GLUON_PRIORITY ?= 0
GLUON_DEPRECATED ?= full
GLUON_DEPRECATED ?= upgrade
GLUON_BRANCH ?= stable
export GLUON_BRANCH
......@@ -166,7 +166,7 @@ FAT_PACKAGES := \
#zram for tiny devices
ifeq ($(GLUON_TARGET),ar71xx-tiny)
GLUON_SITE_PACKAGES += zram-swap
GLUON_SITE_PACKAGES += zram-swap
endif
# add addition network drivers and usb stuff only to targets where disk space does not matter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment