Overwrite from openwrt_core

This commit is contained in:
Jonas Höglund 2019-11-20 15:12:48 +01:00
parent be2a34fcb4
commit 73124c3d37

View file

@ -28,7 +28,7 @@ function feeds_update {
# replace core packages with iopsys versions # replace core packages with iopsys versions
if [ $override == 1 ]; then if [ $override == 1 ]; then
./scripts/feeds install -f -p lede_core -a ./scripts/feeds install -f -p openwrt_core -a
fi fi
# targets need to be installed explicitly # targets need to be installed explicitly