use timestamp as version for /etc/os-release

This commit is contained in:
carbon
2023-06-16 22:21:50 +08:00
parent 0ec133cf0e
commit a8ad731d21

View File

@ -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 \