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 17:58:36 +08:00
parent c8de92573e
commit 6f19b33f0c

View file

@ -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."