branding: add LEDE branding

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin
2016-03-24 22:40:13 +01:00
parent 343c3be454
commit fa69553900
40 changed files with 76 additions and 85 deletions

View File

@@ -11,7 +11,7 @@ try_version() {
try_git() {
git rev-parse --git-dir >/dev/null 2>&1 || return 1
REV="$(git describe | sed "s/reboot-\([0-9]*\)-.*/\1/g")"
REV="$(git describe --match reboot | sed "s/reboot-\([0-9]*\)-.*/\1/g")"
[ -n "$REV" ]
}