build: support adding version code to file names (FS#323)
[openwrt/staging/blogic.git] / package / base-files / image-config.in
index 4610c2b995a32ba4abe8353a1e88aaf06ad75b39..b18f2d85b128e354c7275c2625c50af83292d068 100644 (file)
@@ -258,6 +258,15 @@ if VERSIONOPT
                help
                        Enable this to include the version number in firmware image, SDK-
                        and Image Builder archive file names
+
+       config VERSION_CODE_FILENAMES
+               bool
+               prompt "Revision code in filenames"
+               default y
+               help
+                       Enable this to include the revision identifier or the configured
+                       version code into the firmware image, SDK- and Image Builder archive
+                       file names
 endif