Add files via upload
This commit is contained in:
+4
-1
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user