Skip to content
Snippets Groups Projects
Commit d05419d3 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix OpenWRT release info

parent a82b34be
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ PREP_MK= OPENWRT_BUILD= QUIET=0 ...@@ -12,7 +12,7 @@ PREP_MK= OPENWRT_BUILD= QUIET=0
-include $(TOPDIR)/include/verbose.mk -include $(TOPDIR)/include/verbose.mk
REVISION:=$(shell $(TOPDIR)/scripts/getver.sh 2>/dev/null) REVISION:=$(shell cd $(TOPDIR) && ./scripts/getver.sh 2>/dev/null)
HOSTCC ?= gcc HOSTCC ?= gcc
OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION))) OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment