mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
feeds_update: fix installation of targets.
intel target moved. make sure the old link is gone.
This commit is contained in:
parent
8302a83136
commit
5d36e88aae
1 changed files with 6 additions and 4 deletions
|
|
@ -32,10 +32,12 @@ function feeds_update {
|
|||
fi
|
||||
|
||||
# targets need to be installed explicitly
|
||||
./scripts/feeds install -p targets iopsys-brcm63xx-mips
|
||||
./scripts/feeds install -p targets iopsys-brcm63xx-arm
|
||||
./scripts/feeds install -p targets iopsys-ramips
|
||||
./scripts/feeds install -p intel_targets intel_mips
|
||||
targets="iopsys-brcm63xx-mips iopsys-brcm63xx-arm iopsys-ramips intel_mips"
|
||||
for target in $targets
|
||||
do
|
||||
rm target/linux/$target
|
||||
./scripts/feeds install targets $target
|
||||
done
|
||||
|
||||
# install all packages
|
||||
./scripts/feeds install -a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue