target/{sdk,imagebuild}: Fix for symlink-tree
authorDaniel Dickinson <lede@cshore.thecshore.com>
Thu, 29 Sep 2016 08:14:17 +0000 (04:14 -0400)
committerJohn Crispin <john@phrozen.org>
Thu, 29 Sep 2016 22:39:25 +0000 (00:39 +0200)
commit71370d2c5543b3073653b601aba26078fdbab682
treef33ca57ac0c120f3c6e6de7bc7ec641a9eff8f21
parentc3d3111831d49d1ab37d90bbe6a61f1b2263721d
target/{sdk,imagebuild}: Fix for symlink-tree

With symlink tree some directories are just symlinked which
means IB and SDK end up with a symlink instead of an actual
directory; this fixes the missing files by dereferencesing
the directories instead of copying the symlinks.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
target/imagebuilder/Makefile
target/sdk/Makefile