commit | 84167365d375852149a38a56ab45ee51481a72e3 | [log] [tgz] |
---|---|---|
author | Simon Kagstrom <simon.kagstrom@netinsight.net> | Fri Sep 25 14:05:57 2009 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Sep 28 16:58:31 2009 +0200 |
tree | 1fefce778c6ee199a700974d3313bfa769e23845 | |
parent | 71be1e0828cabe8f4cae6476cf8c48ed4760b710 [diff] |
ubifs: Correct dereferencing of files-after-symlinks Files in directories which are symlinked to were not dereferenced correctly in last commit. E.g., with a symlink /boot/lnk -> /boot/real_dir loading /boot/lnk/uImage will fail. This patch fixes that by simply seeing to it that the target base directory has a slash after it. Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Stefan Roese <sr@denx.de>