summaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-15 15:21:55 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-15 15:21:55 +0000
commitba5f9541711aa1b738f7fd5c89d219fe4259ce05 (patch)
tree30dcb4c3df65a05bbff061b0705986d10fa7b354 /package/base-files/image-config.in
parent4237832ef0d600d6cd97c3b639f55cf3c66057cf (diff)
[package] base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31289 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a9ec76a10..ac08c8da7 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: