light: remove BUILDTAG from upstream

This commit is contained in:
Thomas Schoebel-Theuer 2015-07-29 09:38:02 +02:00
parent 61377b468c
commit efe800857a
1 changed files with 2 additions and 0 deletions

View File

@ -2184,7 +2184,9 @@ void _make_alive(void)
}
_make_alivelink("alive", mars_global && mars_global->global_power.button ? 1 : 0);
_make_alivelink_str("tree", SYMLINK_TREE_VERSION);
// remove_this
_make_alivelink_str("buildtag", BUILDTAG "(" BUILDDATE ")");
// end_remove_this
}
void from_remote_trigger(void)