LuCI: Display the proper LuCI git branch in GUI
[oweals/luci.git] / modules / luci-base / src / Makefile
index 7bb7f2ebe045b6b4d19e036f329a76aa751f8da4..03e887e1d5dc7d28390a4b11717fd15a1f74a2b9 100644 (file)
@@ -11,7 +11,7 @@ parser.so: template_parser.o template_utils.o template_lmo.o template_lualib.o
        $(CC) $(LDFLAGS) -shared -o $@ $^
 
 version.lua:
-       ./mkversion.sh $@ $(LUCI_VERSION)
+       ./mkversion.sh $@ $(LUCI_VERSION) "$(LUCI_GITBRANCH)"
 
 compile: parser.so version.lua