diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-19 22:15:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-19 22:15:17 +0000 |
commit | d56fe0cf5389dae4096d13eb16e3fc0d28360f88 (patch) | |
tree | 53878b92a09ccd12f0f4223a08d04c97476c0539 /include/toplevel.mk | |
parent | f5cbceb2d5a9edf9c9dc7a2c001741f2eabd461d (diff) | |
download | upstream-d56fe0cf5389dae4096d13eb16e3fc0d28360f88.tar.gz upstream-d56fe0cf5389dae4096d13eb16e3fc0d28360f88.tar.bz2 upstream-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.mk | 2 |
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 |