Centralize setting of all version info to include/version.mk

Centralize setting all version information in include/version.mk
* Set RELEASE env variable in include/version.mk instead of toplevel.mk.
  Stop exporting the variable.
* Remove hardcoded release name from /etc/banner

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2016-05-22 11:49:54 +03:00
committed by Jo-Philipp Wich
parent 6707d9750a
commit 3193053df7
3 changed files with 3 additions and 3 deletions

View File

@ -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))