From dcfc2c7544ba96067c137eb569da53526823c6a4 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 7 Sep 2018 17:20:31 +0200 Subject: [PATCH] Remove hostapd before adding new version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8dedd607..ce7d61ee 100755 --- a/build.sh +++ b/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"