mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
fix 515
This commit is contained in:
parent
c5972d7d6b
commit
76e95dc4cf
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -636,7 +636,6 @@ echo "Update feeds index"
|
|||
cp .config .config.keep
|
||||
scripts/feeds clean
|
||||
scripts/feeds update -a
|
||||
scripts/feeds install -a
|
||||
|
||||
#cd -
|
||||
#echo "Checking if fullconenat-luci patch is set or not"
|
||||
|
@ -657,6 +656,7 @@ if [ -n "$CUSTOM_FEED" ]; then
|
|||
else
|
||||
scripts/feeds install -a -d y -f -p openmptcprouter
|
||||
fi
|
||||
scripts/feeds install -a
|
||||
cp .config.keep .config
|
||||
scripts/feeds install kmod-macremapper
|
||||
echo "Done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue