Only delete broken symlinks in feed dirs

This commit is contained in:
Jonas Höglund 2016-08-29 10:11:45 +02:00
parent 5888f24975
commit 4c480833e0

View file

@ -39,7 +39,7 @@ function feeds_update {
./scripts/feeds install -a
# remove broken symlinks ( for packages that are no longer in the feed )
find -L package/feeds -type l -delete
find -L package/feeds -maxdepth 2 -type l -delete
cp .genconfig_config_bak .config
make defconfig