diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-22 12:22:30 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-22 12:22:57 +0200 |
commit | d2aa3a1b6274d29c80a33dc865035bb0d4b22dd7 (patch) | |
tree | 789a699bbe64d13d435720d60622dbd76f2239c2 /package/base-files | |
parent | 78abc65347c9bc2cc79ad54f5137adc6ce8da897 (diff) | |
download | upstream-d2aa3a1b6274d29c80a33dc865035bb0d4b22dd7.tar.gz upstream-d2aa3a1b6274d29c80a33dc865035bb0d4b22dd7.tar.bz2 upstream-d2aa3a1b6274d29c80a33dc865035bb0d4b22dd7.zip |
Revert "LEDE v18.06.0-rc1: adjust config defaults"
This reverts commit 97b1765a45499ecc56db44f79453d3c6040bb5e7.
The tree is in an inconsistent state and we need to complete some rebranding.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/image-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 43528bd752..5ee2d3e4e3 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -253,7 +253,7 @@ if VERSIONOPT config VERSION_CODE_FILENAMES bool prompt "Revision code in filenames" - default n + default y help Enable this to include the revision identifier or the configured version code into the firmware image, SDK- and Image Builder archive |