mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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 <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43869 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user