From b121d18ec394d8914035c1b31e77add155d59321 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 19 Feb 2011 22:15:17 +0000 Subject: [include] toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25596 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/toplevel.mk') 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 -- cgit v1.2.3