summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2011-09-07 13:50:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-09-08 16:15:40 +0200
commitab7d16f6c2c19202d359aa07f19eaf1e1efa4607 (patch)
treefbffc7a0e0c63e1af235243f16578803fd56fa87 /config
parentb70e73c3e19f6a7dd33b57c8003950b425627b60 (diff)
downloadptxdist-ab7d16f6c2c19202d359aa07f19eaf1e1efa4607.tar.gz
ptxdist-ab7d16f6c2c19202d359aa07f19eaf1e1efa4607.tar.xz
remove PTXCONF_SETUP_KERNELDIR_PREFIX
PTXCONF_SETUP_KERNELDIR_PREFIX is not longer used. removed in cef51e6071cd9032f09df2e9c85d4774bae8bda9 Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig18
-rw-r--r--config/setup/ptxdistrc.default1
2 files changed, 0 insertions, 19 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index e40e86080..f8f666221 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -78,24 +78,6 @@ config SETUP_SRCDIR
prompt "Source Directory"
string
-config SETUP_KERNELDIR_PREFIX
- prompt "Prefix for kernel trees"
- string
- help
- You can set this prefix to a directory where you collect
- kernel trees (like a collection of working trees from one
- or more GIT repositories). This is used in combination with
- 'Local kernel tree' in platformconfig.
-
- The kernel actually used depends on the configured
- 'kernel version', e.g. for
-
- SETUP_KERNELDIR_PREFIX=/home/foo/my_kernel_sources
- KERNEL_VERSION=2.6.29
-
- ptxdist will use the kernel in:
- "/home/foo/my_kernel_sources/2.6.29"
-
endmenu
menu "Source Download "
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 674d5d53f..dea2f6c2e 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -22,7 +22,6 @@ PTXCONF_SETUP_PROJECTPATH="${PTXDIST_TOPDIR}/projects"
# Source Directories
#
PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src"
-PTXCONF_SETUP_KERNELDIR_PREFIX=""
#
# Mirrors