mirror of
https://github.com/ACwifidude/openwrt.git
synced 2024-02-16 17:59:01 +08:00
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:

committed by
Jo-Philipp Wich

parent
6707d9750a
commit
3193053df7
@ -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))
|
||||
|
Reference in New Issue
Block a user