From d56fe0cf5389dae4096d13eb16e3fc0d28360f88 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sat, 19 Feb 2011 22:15:17 +0000
Subject: [PATCH] toplevel.mk: remove quotes from the release name, its up to
 its users to ensure proper quoting

SVN-Revision: 25596
---
 include/toplevel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab