From: Jo-Philipp Wich Date: Sat, 19 Feb 2011 22:15:17 +0000 (+0000) Subject: toplevel.mk: remove quotes from the release name, its up to its users to ensure prope... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d56fe0cf5389dae4096d13eb16e3fc0d28360f88;p=openwrt%2Fstaging%2Frmilecki.git 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 0a4fe0cab79..e9384aebca6 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