summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-29 09:10:02 +0000
committerJohn Crispin <john@openwrt.org>2014-07-29 09:10:02 +0000
commit18a4d9fdedfd1245c7cd0362796f2540dd05229e (patch)
tree06ca3ba775d3a8c1f56c76da6b47e5e525defa53 /include
parentad27df85b7cfa1b4fdffed386d028ef1b73a92bd (diff)
downloadmtk-20170518-18a4d9fdedfd1245c7cd0362796f2540dd05229e.zip
mtk-20170518-18a4d9fdedfd1245c7cd0362796f2540dd05229e.tar.gz
mtk-20170518-18a4d9fdedfd1245c7cd0362796f2540dd05229e.tar.bz2
include/toplevel.mk: more chaos calmer renaming
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41871
Diffstat (limited to 'include')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 10b8104..2e89c0b 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)