summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/toplevel.mk2
-rw-r--r--include/version.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 7ef5c6186a..e00a24ab6a 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -6,7 +6,6 @@
# See /LICENSE for more information.
#
-RELEASE:=Designated Driver
PREP_MK= OPENWRT_BUILD= QUIET=0
export IS_TTY=$(shell tty -s && echo 1 || echo 0)
@@ -20,7 +19,6 @@ else
endif
HOSTCC ?= $(CC)
-export RELEASE
export REVISION
export GIT_CONFIG_PARAMETERS='core.autocrlf=false'
export MAKE_JOBSERVER=$(filter --jobserver%,$(MAKEFLAGS))
diff --git a/include/version.mk b/include/version.mk
index 15a566b508..ef8024002f 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -9,6 +9,8 @@
# Substituted by SDK, do not remove
# REVISION:=x
+RELEASE:=Reboot
+
PKG_CONFIG_DEPENDS += \
CONFIG_VERSION_NUMBER \
CONFIG_VERSION_NICK \