Centralize setting of all version info to include/version.mk
[openwrt/staging/lynxis/omap.git] / include / toplevel.mk
index 7ef5c6186a8abb7d20381954cc191d91acec2a5a..e00a24ab6ad647aa52760c1d644db194ee455689 100644 (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))