use timestamp as version for /etc/os-release
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user