summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-11-01 16:32:57 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-11-01 16:32:57 +0000
commit63018e1a562adb2bd0c5fe1c46ce0d619d6a9753 (patch)
tree2449c497cc05fd9183f1002ef2c22edfdbb4e1f9 /config
parentacf3f2a80dad0d46e7877921f5b3746f995a2470 (diff)
downloadptxdist-63018e1a562adb2bd0c5fe1c46ce0d619d6a9753.tar.gz
ptxdist-63018e1a562adb2bd0c5fe1c46ce0d619d6a9753.tar.xz
* setup/Kconfig: Add some help to help the user ;-)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9041 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index b80314f91..df0be4ba9 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -76,16 +76,22 @@ config SETUP_SFMIRROR
string
default "http://surfnet.dl.sourceforge.net/sourceforge"
prompt "Sourceforge Mirror"
+ help
+ For all Sourceforge related packages enter an available mirror here.
config SETUP_GNUMIRROR
string
default "http://ftp.uni-kl.de/pub/gnu"
prompt "GNU.org Mirror"
+ help
+ For all GNU.org related packages enter an available mirror here.
config SETUP_XORGMIRROR
string
default "http://ftp.gwdg.de/pub/x11/x.org/pub"
prompt "x.org Mirror"
+ help
+ For all x.org related packages enter an available mirror here.
endmenu