system: add build date to ubus output main master
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 22 Jul 2024 09:24:18 +0000 (11:24 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Oct 2024 21:33:14 +0000 (23:33 +0200)
commitef3ab8bc8fb18216793dd0c8106dd222c560453a
tree0478660be771683b6de4cf186ffc2893a25dd586
parent0f88a52dc8a5451bd7f1f33ffff3b1ba3db98174
system: add build date to ubus output

In the buildsystm the value 'SOURCE_DATE_EPOCH' is used for reproducible
builds. This commit adds the new information to the system board ubus call.

This information must also be added during the openwrt build to the
'/usr/lib/os-release' file so that this can be read.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
system.c