script/symlink-tree.sh: Fix missing config dir
authorDaniel Dickinson <openwrt@daniel.thecshore.com>
Mon, 2 May 2016 02:40:09 +0000 (22:40 -0400)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 May 2016 20:17:28 +0000 (22:17 +0200)
commitc19b7aaac5f861a20be9a7ddcce3832f6ba4a899
treed88a7d4294cebecc881489f4cae69bc6397dc1b3
parent3e08637e878c32a40cdcb84c6030fcdd0cb88196
script/symlink-tree.sh: Fix missing config dir

Apparently symlink-tree has not been used in quite some time as it
fails to symlink the always required config dir

Also, if we pulled from git but .git is missing we get
many error messages on the symlinked tree without this
patch (which symlinks .git, if present)

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
scripts/symlink-tree.sh