From: Jo-Philipp Wich Date: Sat, 19 Feb 2011 22:15:17 +0000 (+0000) Subject: [include] toplevel.mk: remove quotes from the release name, its up to its users to... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=38f424e4aa5e54bcc1761333c251ef7679f46276 [include] toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting SVN-Revision: 25596 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 0a4fe0cab7..e9384aebca 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -6,7 +6,7 @@ # See /LICENSE for more information. # -RELEASE:="Attitude Adjustment" +RELEASE:=Attitude Adjustment PREP_MK= OPENWRT_BUILD= QUIET=0 include $(TOPDIR)/include/verbose.mk