- R4S适用于固件项目:https://github.com/QiuSimons/YAOF
某些依赖自带库不包含,需要加入下面自定义源再进行安装下载插件,取消签名检测
src/gz immortalwrt_base https://mirrors.vsean.net/openwrt/releases/packages-21.02/aarch64_generic/base
src/gz immortalwrt_luci https://mirrors.vsean.net/openwrt/releases/packages-21.02/aarch64_generic/luci/
src/gz immortalwrt_packages https://mirrors.vsean.net/openwrt/releases/packages-21.02/aarch64_generic/packages
src/gz immortalwrt_routing https://mirrors.vsean.net/openwrt/releases/packages-21.02/aarch64_generic/routing
src/gz immortalwrt_telephony https://mirrors.vsean.net/openwrt/releases/packages-21.02/aarch64_generic/telephony
含:
ttyd、uhttpd等
sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/base.sh)"sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/alist.sh)"sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/statistics.sh)"sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/aliyundrive-fuse.sh)"sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/aliyundrive-webdav.sh)"sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/adguardhome.sh)"默认的uhttpd响应比较慢,建议替换为nginx。 先停止uhttp修改端口或者卸载uhttp,否则会端口冲突
wget https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/nginx.sh && sh nginx.sh && rm nginx.sh若需要uhttpd跟nginx同时使用,nginx需要修改默认80 443 端口防止跟uhttpd冲突 这时只要安装nginx就可以了,不需要luci-nginx模块
/etc/init.d/uhttpd stop
opkg update && opkg install nginx