summaryrefslogtreecommitdiffstats
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
commitd56fe0cf5389dae4096d13eb16e3fc0d28360f88 (patch)
tree53878b92a09ccd12f0f4223a08d04c97476c0539 /include/toplevel.mk
parentf5cbceb2d5a9edf9c9dc7a2c001741f2eabd461d (diff)
downloadmaster-31e0f0ae-d56fe0cf5389dae4096d13eb16e3fc0d28360f88.tar.gz
master-31e0f0ae-d56fe0cf5389dae4096d13eb16e3fc0d28360f88.tar.bz2
master-31e0f0ae-d56fe0cf5389dae4096d13eb16e3fc0d28360f88.zip
toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting
SVN-Revision: 25596
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