mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Override packets from feed_inteno_lede
This commit is contained in:
parent
33f59b8fe7
commit
7ee675aa5c
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ function feeds_update {
|
|||
|
||||
# replace core packages with iopsys versions
|
||||
if [ $override == 1 ]; then
|
||||
./scripts/feeds install -f -p feed_inteno_openwrt -a
|
||||
./scripts/feeds install -f -p feed_inteno_openwrt -a
|
||||
./scripts/feeds install -f -p feed_inteno_lede -a
|
||||
fi
|
||||
|
||||
# targets need to be installed explicitly
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue