mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-07 01:41:25 +01:00
Only delete broken symlinks in feed dirs
This commit is contained in:
parent
5888f24975
commit
4c480833e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue