summaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-19 22:15:17 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-19 22:15:17 +0000
commitc45b60efa60390a92e25f7138c2acd9f1029659a (patch)
treebceb7c2fbad5092388c519eb975eda6fd65042a6 /include/toplevel.mk
parent9fd49d00e3daa4eacb7af8ba9364d4812b4584cd (diff)
[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 0a4fe0cab..e9384aebc 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