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://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d56fe0cf5389dae4096d13eb16e3fc0d28360f88;p=lede.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 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