mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Remove hostapd before adding new version
This commit is contained in:
parent
bdff38dfc4
commit
dcfc2c7544
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -68,7 +68,7 @@ fi
|
|||
if [ "$OMR_KEEPBIN" = "no" ]; then
|
||||
rm -rf "$OMR_TARGET/source/bin"
|
||||
fi
|
||||
rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp"
|
||||
rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp" "$OMR_TARGET/source/package/network/services/hostapd"
|
||||
rm -rf "$OMR_TARGET/source/target/linux/mediatek/patches-4.14"
|
||||
cp -rf root/* "$OMR_TARGET/source"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue