mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 06:21:45 +01:00
When building images with the imagebuilder, the partition signature never changes. The signature is generated by hashing SOURCE_DATE_EPOCH and LINUX_VERMAGIC which are undefined. Prepopulate these variables, as done by the SDK. Signed-off-by: Matthew Gyurgyik <matthew@gyurgyik.io>