aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-19 22:15:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-19 22:15:17 +0000
commitb121d18ec394d8914035c1b31e77add155d59321 (patch)
treebceb7c2fbad5092388c519eb975eda6fd65042a6 /include/toplevel.mk
parent27a396a18fa4768dc713db5320aeace9e9a68156 (diff)
downloadmaster-187ad058-b121d18ec394d8914035c1b31e77add155d59321.tar.gz
master-187ad058-b121d18ec394d8914035c1b31e77add155d59321.tar.bz2
master-187ad058-b121d18ec394d8914035c1b31e77add155d59321.zip
[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
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
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