aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-04-15 15:21:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-04-15 15:21:55 +0000
commitb4312a8ba12e2c15831e9caf09bf5b5c09473d7d (patch)
treeedc250f2b9a62dfa693b1450a8c28f62b6fc4570 /package/base-files/image-config.in
parenteb2191f5b0e5a4c4f665d34a644e1f203b0ddc24 (diff)
downloadupstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.tar.gz
upstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.tar.bz2
upstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.zip
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280)
SVN-Revision: 31289
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r--package/base-files/image-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index a9ec76a10b..ac08c8da7c 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -145,7 +145,7 @@ menuconfig VERSIONOPT
config VERSION_DIST
string
prompt "Release distribution" if VERSIONOPT
- default "OpenWrt"
+ default "OpenWrt" if VERSIONOPT
help
This is the name of the release distribution.
If unspecified, it defaults to OpenWrt.
@@ -168,7 +168,7 @@ menuconfig VERSIONOPT
config VERSION_REPO
string
prompt "Release repository" if VERSIONOPT
- default "http://downloads.openwrt.org/snapshots/trunk/%T/packages"
+ default "http://downloads.openwrt.org/snapshots/trunk/%T/packages" if VERSIONOPT
help
This is the repository address embedded in the image, it defaults
to the trunk snapshot repo; the url may contain the following placeholders: