PTXCONF_SETUP_KERNELDIR_PREFIX is not longer used. removed in cef51e6071cd9032f09df2e9c85d4774bae8bda9
Signed-off-by: Jan Weitzel <[email protected]> --- config/setup/Kconfig | 18 ------------------ config/setup/ptxdistrc.default | 1 - 2 files changed, 0 insertions(+), 19 deletions(-) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index e40e860..f8f6662 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 674d5d5..dea2f6c 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 -- 1.7.0.4 -- ptxdist mailing list [email protected]
