From: cyrus Date: Sun, 13 Sep 2015 18:02:54 +0000 (+0000) Subject: toplevel: fix release name X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=dca47abfea761ab1f9b12e78a1165e8dd97a1d3d toplevel: fix release name Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46899 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)