From f29d099353143912cb8f9831fa0490a69bbb54c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:07:22 +0800 Subject: [PATCH] Add files via upload --- diy-part2.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diy-part2.sh b/diy-part2.sh index 89e20eb..819704b 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -46,9 +46,12 @@ cp -f $GITHUB_WORKSPACE/configfiles/rk3566-panther-x2.dts target/linux/rockchip/ -#禁用uhttpd,启用nginx +#修改uhttpd配置文件,启用nginx +# sed -i "/.*uhttpd.*/d" .config # sed -i '/.*\/etc\/init.d.*/d' package/network/services/uhttpd/Makefile # sed -i '/.*.\/files\/uhttpd.init.*/d' package/network/services/uhttpd/Makefile +sed -i 's/:80/:81/g' package/network/services/uhttpd/files/uhttpd.config +sed -i 's/:443/:4443/g' package/network/services/uhttpd/files/uhttpd.config cp -a $GITHUB_WORKSPACE/configfiles/etc/* package/base-files/files/etc/ # ls package/base-files/files/etc/