LuCI: Display the proper LuCI git branch in GUI 669/head
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 10 Mar 2016 17:50:58 +0000 (19:50 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Thu, 10 Mar 2016 17:50:58 +0000 (19:50 +0200)
commit7553654bb10af9206cff9837a485b828d1998213
treea624ec0aa1e192841c8752b534efd92b9586a3c9
parentac9b31ca462b5662e98a0ac6b57fb49c4c4e32de
LuCI: Display the proper LuCI git branch in GUI

Adjust luci.mk and luci-base to find out correctly if Luci is built
from master or from a branch. Display that value in the footer and
the overview page.

* Evaluate the git branch in luci.mk and pass that to LuCI submodules
  as a make variable. Use branch name, ignore tags.
* Deprecate svn detection in luci-base's mkversion.sh that generates
  version.lua. Simply use the value passed by make.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
luci.mk
modules/luci-base/src/Makefile
modules/luci-base/src/mkversion.sh