[sdk] make sure .config gets copied as file
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Jan 2012 03:30:30 +0000 (03:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Jan 2012 03:30:30 +0000 (03:30 +0000)
commitb8709ea3f824038f07ba87a4dedd19bac1d53979
tree23bc70b8b9d7310dee170aba7d264d752d98bfcc
parente6f1c3437eaca04b069ab4ce1df2c64358eda257
[sdk] make sure .config gets copied as file
When using scripts/env, .config is most likely a symbolic link
pointing to env/.config. Previously the symbolic link got
copied as-is into the SDK tarball, leading to a dangling .config
symlink on the target system which prevented the SDK from working.

SVN-Revision: 29927
target/sdk/Makefile