From 15d8db1f8c467763ed437184a80e9da6c02e69f2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 11:02:00 +0000 Subject: build: add version number to filenames This commit introduces a new option CONFIG_VERSION_FILENAMES which causes OpenWrt to embed the version number in generated image files, SDK- and ImageBuilder archives. The option is enabled by default if CONFIG_VERSIONOPT is set. Signed-off-by: Jo-Philipp Wich SVN-Revision: 43869 --- package/base-files/image-config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/base-files/image-config.in') diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 8859eb6f6a..1f0b2c86ea 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -206,6 +206,14 @@ if VERSIONOPT help This is the hardware revision string embedded in /etc/device_info Useful for OEMs building OpenWrt based firmware + + config VERSION_FILENAMES + bool + prompt "Version number in filenames" + default y + help + Enable this to include the version number in firmware image, SDK- + and Image Builder archive file names endif -- cgit v1.2.3