mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: feeds_update: let qualcomm feed override openwrt packages
This commit is contained in:
parent
a8d529f9ea
commit
8686249557
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ function feeds_update {
|
|||
# replace core packages with iopsys versions
|
||||
if [ $override == 1 ]; then
|
||||
./scripts/feeds install -f -p openwrt_core -a || exit 1
|
||||
./scripts/feeds install -f -p qualcomm -a || exit 1
|
||||
fi
|
||||
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue