mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Fix
This commit is contained in:
parent
60b66dc0d0
commit
ea5136ddf5
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -70,7 +70,7 @@ fi
|
||||||
if [ "$OMR_KEEPBIN" = "no" ]; then
|
if [ "$OMR_KEEPBIN" = "no" ]; then
|
||||||
rm -rf "$OMR_TARGET/source/bin"
|
rm -rf "$OMR_TARGET/source/bin"
|
||||||
fi
|
fi
|
||||||
rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp" "$OMR_TARGET/source/package/network/services/hostapd"
|
rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp"
|
||||||
#rm -rf "$OMR_TARGET/source/target/linux/mediatek/patches-4.14"
|
#rm -rf "$OMR_TARGET/source/target/linux/mediatek/patches-4.14"
|
||||||
cp -rf root/* "$OMR_TARGET/source"
|
cp -rf root/* "$OMR_TARGET/source"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue