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
c8de92573e
commit
6f19b33f0c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -634,7 +634,6 @@ echo "Done"
|
|||
cd "$OMR_TARGET/source"
|
||||
echo "Update feeds index"
|
||||
cp .config .config.keep
|
||||
exit
|
||||
scripts/feeds clean
|
||||
scripts/feeds update -a
|
||||
|
||||
|
@ -660,6 +659,7 @@ fi
|
|||
cp .config.keep .config
|
||||
scripts/feeds install kmod-macremapper
|
||||
echo "Done"
|
||||
exit
|
||||
|
||||
if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then
|
||||
echo "Target $OMR_TARGET not found ! You have to configure and compile your kernel manually."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue