mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iop: feeds_update: do not hardcode targets
This commit is contained in:
parent
bd3e0e31be
commit
2948de9994
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ function feeds_update {
|
|||
fi
|
||||
|
||||
# targets need to be installed explicitly
|
||||
targets="iopsys-brcm63xx-arm iopsys-ramips intel_mips iopsys-x86 iopsys-armvirt iopsys-bcm27xx iopsys-mediatek iopsys-econet"
|
||||
for target in $targets
|
||||
for target in "$(ls ./feeds/targets)"
|
||||
do
|
||||
rm -f target/linux/$target
|
||||
./scripts/feeds install -p targets $target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue