mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 12:06:50 +00:00
6e6b82ac5f
This commit adds the build date during compilation to the os-release file. This information can then be used later to output this via the the ubus, Signed-off-by: Florian Eckert <fe@dev.tdt.de> Link: https://github.com/openwrt/openwrt/pull/15987 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
NAME="%D"
|
|
VERSION="%V"
|
|
ID="%d"
|
|
ID_LIKE="lede openwrt"
|
|
PRETTY_NAME="%D %V"
|
|
VERSION_ID="%v"
|
|
HOME_URL="%u"
|
|
BUG_URL="%b"
|
|
SUPPORT_URL="%s"
|
|
BUILD_ID="%R"
|
|
OPENWRT_BOARD="%S"
|
|
OPENWRT_ARCH="%A"
|
|
OPENWRT_TAINTS="%t"
|
|
OPENWRT_DEVICE_MANUFACTURER="%M"
|
|
OPENWRT_DEVICE_MANUFACTURER_URL="%m"
|
|
OPENWRT_DEVICE_PRODUCT="%P"
|
|
OPENWRT_DEVICE_REVISION="%h"
|
|
OPENWRT_RELEASE="%D %V %C"
|
|
OPENWRT_BUILD_DATE="%B"
|