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:
parent
20f997a541
commit
35f8094754
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue