summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-09-22 11:30:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-09-22 11:30:18 +0200
commit69e3af6390c2174ff5253a7e4341a843a232d82a (patch)
tree9cd3f6000be0aa473a433a54e953458705f688c4
parentac87b7f609f63a056e4f45bf6aa0cdf04e8a4d5d (diff)
downloadptxdist-69e3af6390c2174ff5253a7e4341a843a232d82a.tar.gz
ptxdist-69e3af6390c2174ff5253a7e4341a843a232d82a.tar.xz
setup: add kernel.org mirror
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--config/setup/Kconfig7
-rw-r--r--config/setup/ptxdistrc.default1
2 files changed, 8 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 739c4d50a..a688d243d 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -149,6 +149,13 @@ config SETUP_XORGMIRROR
help
For all x.org related packages enter an available mirror here.
+config SETUP_KERNELMIRROR
+ string
+ default "http://www.kernel.org/pub/linux"
+ prompt "kernel.org Mirror"
+ help
+ For all kernel.org related packages enter an available mirror here.
+
endif # !SETUP_PTXMIRROR_ONLY
endif # !SETUP_NO_DOWNLOAD
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 2612b3587..c47e36649 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -39,6 +39,7 @@ PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian"
PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
PTXCONF_SETUP_GNUMIRROR="http://ftp.uni-kl.de/pub/gnu"
PTXCONF_SETUP_XORGMIRROR="http://ftp.sunet.se/pub/X11/ftp.x.org"
+PTXCONF_SETUP_KERNELMIRROR="http://www.kernel.org/pub/linux"
PTXCONF_SETUP_CHECK_ALWAYS=y
# PTXCONF_SETUP_CHECK_NOTEMPTY is not set
# PTXCONF_SETUP_CHECK_NEVER is not set