diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-03-11 12:23:37 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-03-11 12:23:37 +0100 |
commit | ecb9ee8e5d986a68d681e207e54b63a7d9effb24 (patch) | |
tree | a624ec0aa1e192841c8752b534efd92b9586a3c9 /modules/luci-base/src/Makefile | |
parent | ac9b31ca462b5662e98a0ac6b57fb49c4c4e32de (diff) | |
parent | 7553654bb10af9206cff9837a485b828d1998213 (diff) |
Merge pull request #669 from hnyman/git-branch
LuCI: Display the proper LuCI git branch in GUI
Diffstat (limited to 'modules/luci-base/src/Makefile')
-rw-r--r-- | modules/luci-base/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/src/Makefile b/modules/luci-base/src/Makefile index 7bb7f2ebe0..03e887e1d5 100644 --- a/modules/luci-base/src/Makefile +++ b/modules/luci-base/src/Makefile @@ -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 |