diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/image-config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |