summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-05 09:24:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-09 11:43:27 +0200
commit591ea91ea8d0294d8afad7b95878f8f285d8ad82 (patch)
tree87a7bbe68054843aed11fc1b7cb8c8f2bcefd85c /config
parentc095730c607f17f9f62277378bb2b69f068f45ef (diff)
downloadptxdist-591ea91ea8d0294d8afad7b95878f8f285d8ad82.tar.gz
ptxdist-591ea91ea8d0294d8afad7b95878f8f285d8ad82.tar.xz
install_link: relax absolute link handling
so far installing absolute links was not allowed. This change makes it possible and add a setup option to transform absolute links into relative links when installing to nfsroot Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 036ae1d91..e40e86080 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -296,6 +296,14 @@ config SETUP_PATCHIN_GIT
_NOTE_: this is an experimental feature
+config SETUP_NFS_REL_SYMLINK
+ bool "make absolute symlinks relative on nfsroot"
+ help
+ With this option enabled, ptxdist converts any absolute
+ symlink into a relative symlink when installing it to
+ ${PLATFORMDIR}/root{,-debug}. This makes it easier to check
+ for broken links.
+ The link installed into the image remains absolute.
config SETUP_HOST_CC
prompt "host CC"