Remove broken symlinks after feeds_update

This commit is contained in:
Jonas Höglund 2016-08-25 16:34:46 +02:00
parent 5ae9fb9733
commit 0a0c3b4f87

View file

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