Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 2.7 KB

File metadata and controls

56 lines (45 loc) · 2.7 KB

R4S

luci-app-alist

sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/alist.sh)"

luci-app-aliyundrive-fuse

sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/aliyundrive-fuse.sh)"

luci-app-aliyundrive-webdav

sh -c "$(curl -sSL https://raw.githubusercontent.com/gngpp/openwrt-packages/main/R4S/luci-app/aliyundrive-webdav.sh)"
  • install command line
$ opkg update
$ opkg install luci-app-onliner luci-i18n-onliner-zh-cn
$ opkg install filebrowser luci-app-filebrowser
# 默认安装docker全家桶,20.10.16-1版本docker有bug,每次重启停止iptables规则不会清除,并且每次启动容器,容器ip会变,因为iptables规则没清除导致规则混乱,iptables nat这边就出问题,lan口设备无法访问映射端口的容器
$ opkg install luci-i18n-dockerman-zh-cn luci-app-dockerman
$ opkg install git git-http usbutils pciutils lsof coreutils-nohup
$ opkg install luci-app-autoreboot luci-i18n-autoreboot-zh-cn
# GPU
$ opkg install kmod-drm-panfrost
$ opkg install luci-app-aliddns luci-i18n-aliddns-zh-cn luci-app-vlmcsd
$ opkg install luci-app-advancedsetting luci-i18n-advancedsetting-zh-cn
$ opkg install luci-app-upnp luci-i18n-upnp-zh-cn
$ opkg install luci-app-appfilter luci-i18n-appfilter-zh-cn luci-app-beardropper luci-i18n-beardropper-zh-cn
$ opkg install luci-app-gost luci-i18n-gost-zh-cn
$ opkg install luci-app-syncthing luci-app-timecontrol luci-i18n-timecontrol-zh-cn luci-app-unblockneteasemusic-go UnblockNeteaseMusic-Go
# Control
$ opkg install luci-app-weburl luci-i18n-weburl-zh-cn luci-app-webrestriction luci-i18n-webrestriction-zh-cn luci-app-uugamebooster luci-i18n-uugamebooster-zh-cn luci-app-timewol luci-i18n-timewol-zh-cn luci-app-wol luci-i18n-wol-zh-cn
$ opkg install luci-app-ramfree	luci-i18n-ramfree-zh-cn luci-app-vssr luci-i18n-vssr-zh-cn
$ opkg install baidupcs-web luci-app-baidupcs-web
$ opkg install luci-app-uhttpd luci-i18n-uhttpd-zh-cn luci-app-vnstat luci-i18n-vnstat-zh-cn luci-app-arpbind luci-i18n-arpbind-zh-cn luci-app-pppoe-server	luci-i18n-pppoe-server-zh-cn luci-app-rclone luci-i18n-rclone-zh-cn

参考-packages

  • squashfs固件在线升级自动扩容

请创建一个新分区,并且挂载到/opt路径,之后把固件压缩后文件名改为openwrt.img.gz放到/opt路径中再执行升级扩容脚本。

$ wget https://raw.githubusercontent.com/gngpp/openwrt-packages/main/update.sh
$ SKIP_BACK=1 bash -x ./update.sh