Author: cyrus Date: 2015-09-13 20:02:54 +0200 (Sun, 13 Sep 2015) New Revision: 46899
Modified: trunk/include/toplevel.mk Log: toplevel: fix release name Signed-off-by: Steven Barth <[email protected]> Modified: trunk/include/toplevel.mk =================================================================== --- trunk/include/toplevel.mk 2015-09-13 17:39:24 UTC (rev 46898) +++ trunk/include/toplevel.mk 2015-09-13 18:02:54 UTC (rev 46899) @@ -6,7 +6,7 @@ # See /LICENSE for more information. # -RELEASE:=Chaos Calmer +RELEASE:=Designated Driver PREP_MK= OPENWRT_BUILD= QUIET=0 export IS_TTY=$(shell tty -s && echo 1 || echo 0) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
