mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Remove broken symlinks after feeds_update
This commit is contained in:
parent
5ae9fb9733
commit
0a0c3b4f87
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue