aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-09-13 18:02:54 +0000
committerSteven Barth <cyrus@openwrt.org>2015-09-13 18:02:54 +0000
commitd1f6bd2541bfbcb73456a4842a3166deedb9abed (patch)
tree5ca34887c1e8a175ab1f07463f057b6465c22ba6 /include/toplevel.mk
parent0c2f21d3038cae1fc1207dea8cf9aeb512d341c4 (diff)
downloadupstream-d1f6bd2541bfbcb73456a4842a3166deedb9abed.tar.gz
upstream-d1f6bd2541bfbcb73456a4842a3166deedb9abed.tar.bz2
upstream-d1f6bd2541bfbcb73456a4842a3166deedb9abed.zip
toplevel: fix release name
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46899
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 11b2dd9e29..ccbc2637d5 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -6,7 +6,7 @@
# See /LICENSE for more information.
#
-RELEASE:=Chaos Calmer
+RELEASE:=Designated Driver
PREP_MK= OPENWRT_BUILD= QUIET=0
export IS_TTY=$(shell tty -s && echo 1 || echo 0)