aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-29 09:10:02 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-29 09:10:02 +0000
commit9894da0116bc757030ed2719f68a620c88b10278 (patch)
tree22a410bb39a97e9f15dc0740979809bd3e18961f /include/toplevel.mk
parent8ac4123cfb9dac849af6b5bdb483436821f873c1 (diff)
downloadmaster-187ad058-9894da0116bc757030ed2719f68a620c88b10278.tar.gz
master-187ad058-9894da0116bc757030ed2719f68a620c88b10278.tar.bz2
master-187ad058-9894da0116bc757030ed2719f68a620c88b10278.zip
include/toplevel.mk: more chaos calmer renaming
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41871 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 10b81049c5..2e89c0b29e 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -6,7 +6,7 @@
# See /LICENSE for more information.
#
-RELEASE:=Barrier Breaker
+RELEASE:=Chaos Calmer
PREP_MK= OPENWRT_BUILD= QUIET=0
export IS_TTY=$(shell tty -s && echo 1 || echo 0)