1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

[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
This commit is contained in:
jow 2011-02-19 22:15:17 +00:00
parent 9fd49d00e3
commit c45b60efa6

View File

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