Commit a8ad731d authored by carbon's avatar carbon

use timestamp as version for /etc/os-release

parent 0ec133cf
......@@ -125,6 +125,10 @@ else
export BR2_VERSION_FULL := $(BR2_LOCALVERSION)
endif
ifeq ($(MV_VENDOR),milkv)
export BR2_VERSION_FULL = $(shell date +%Y%m%d-%H%M)
endif
# List of targets and target patterns for which .config doesn't need to be read in
noconfig_targets := menuconfig nconfig gconfig xconfig config oldconfig randconfig \
defconfig %_defconfig allyesconfig allnoconfig alldefconfig syncconfig release \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment