diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-29 09:10:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-29 09:10:02 +0000 |
commit | 9894da0116bc757030ed2719f68a620c88b10278 (patch) | |
tree | 22a410bb39a97e9f15dc0740979809bd3e18961f | |
parent | 8ac4123cfb9dac849af6b5bdb483436821f873c1 (diff) | |
download | upstream-9894da0116bc757030ed2719f68a620c88b10278.tar.gz upstream-9894da0116bc757030ed2719f68a620c88b10278.tar.bz2 upstream-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
-rw-r--r-- | include/toplevel.mk | 2 |
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) |