mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: adapt to feed structure change
This commit is contained in:
parent
2119bdf506
commit
35ab5d6f1e
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ function extract_core {
|
|||
echo ""
|
||||
echo "Example: $0 extract_core"
|
||||
echo " -p package/utils/busybox"
|
||||
echo " -r feeds/feed_inteno_openwrt"
|
||||
echo " -r feeds/lede_core"
|
||||
echo " -b devel"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ function feeds_update {
|
|||
./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 feed_inteno_targets_grx iopsys-grx
|
||||
./scripts/feeds install -p targets_grx iopsys-grx
|
||||
|
||||
# install all packages
|
||||
./scripts/feeds install -a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue