toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting
SVN-Revision: 25596
This commit is contained in:
parent
f5cbceb2d5
commit
d56fe0cf53
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
RELEASE:="Attitude Adjustment"
|
RELEASE:=Attitude Adjustment
|
||||||
PREP_MK= OPENWRT_BUILD= QUIET=0
|
PREP_MK= OPENWRT_BUILD= QUIET=0
|
||||||
|
|
||||||
include $(TOPDIR)/include/verbose.mk
|
include $(TOPDIR)/include/verbose.mk
|
||||||
|
|
Loading…
Reference in a new issue