make sure .config gets copied as file When using scripts/env, .config is most likely...
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)
commitcb6f860b8fb0f960a56ea7669b53badfd6a60423
tree1f33fe2b7f4297a7d9fb5bf1f93550d1dc3af28b
parentd1c07b36574c8b50c9968c051226fbd954e719d0
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