From 74651444b23bfb98fb2e2f756ab43f7957c52bb8 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Thu, 27 Oct 2022 23:40:42 +0800 Subject: [PATCH] Update build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2f3883a4..05db956d 100644 --- a/build.sh +++ b/build.sh @@ -701,6 +701,7 @@ fi scripts/feeds install -a cp .config.keep .config scripts/feeds install kmod-macremapper +chmod -R 777 feeds/openmptcprouter echo "Done" if [ ! -f "../../../$OMR_TARGET_CONFIG" ]; then @@ -711,4 +712,4 @@ fi echo "Building $OMR_DIST for the target $OMR_TARGET with kernel ${OMR_KERNEL}" make defconfig make IGNORE_ERRORS=m "$@" -echo "Done" +echo "Done" \ No newline at end of file