1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update build.sh

This commit is contained in:
suyuan168 2021-12-30 00:25:15 +08:00
parent 20f997a541
commit 35f8094754

View file

@ -639,7 +639,6 @@ cd "$OMR_TARGET/source"
echo "Update feeds index"
cp .config .config.keep
scripts/feeds clean
./scripts/feeds update -a && ./scripts/feeds install -a
scripts/feeds install -a
scripts/feeds update -a
@ -664,6 +663,7 @@ else
fi
cp .config.keep .config
scripts/feeds install kmod-macremapper
./scripts/feeds update -a && ./scripts/feeds install -a
echo "Done"
if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then