├── .github └── workflows │ ├── bild-rpi3-offical-1907-openwrt.yml │ ├── bild-rpi4-offical-1907-openwrt.yml │ ├── build-rpi3-lean-openwrt.yml │ ├── build-rpi3-offical-openwrt.yml │ ├── build-rpi3-project-openwrt.yml │ ├── build-rpi4-lean-openwrt.yml │ ├── build-rpi4-offical-openwrt.yml │ └── build-rpi4-project-openwrt.yml ├── LICENSE ├── README.md ├── config ├── lean │ ├── rpi3-lean-openwrt.config │ └── rpi4-lean-openwrt.config ├── offical-19.07 │ ├── rpi3-offical-openwrt.config │ └── rpi4-offical-openwrt.config ├── offical │ ├── rpi3-offical-openwrt.config │ └── rpi4-offical-openwrt.config ├── old │ ├── rpi3-lean-openwrt.config │ ├── rpi3-offical-openwrt.config │ ├── rpi4-lean-openwrt.config │ └── rpi4-offical-openwrt.config ├── opkg │ ├── distfeeds-18.06-local.conf │ ├── distfeeds-18.06-remote.conf │ ├── distfeeds-19.07-local.conf │ └── distfeeds-19.07-remote.conf └── project │ ├── rpi3-project-openwrt.config │ └── rpi4-project-openwrt.config ├── old-workflows ├── build-rpi3-lean-openwrt.yml ├── build-rpi3-offical-openwrt.yml ├── build-rpi4-lean-openwrt.yml └── build-rpi4-offical-openwrt.yml └── scripts ├── convert-translation.sh ├── enable-rpi4-wifi.sh ├── lean-openwrt.sh ├── offical-openwrt.sh ├── old ├── convert_translation.sh ├── lean-openwrt.sh └── offical-openwrt.sh ├── project-openwrt.sh └── remove-upx.sh /.github/workflows/bild-rpi3-offical-1907-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/bild-rpi3-offical-1907-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/bild-rpi4-offical-1907-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/bild-rpi4-offical-1907-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi3-lean-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi3-lean-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi3-offical-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi3-offical-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi3-project-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi3-project-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi4-lean-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi4-lean-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi4-offical-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi4-offical-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/build-rpi4-project-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/.github/workflows/build-rpi4-project-openwrt.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/README.md -------------------------------------------------------------------------------- /config/lean/rpi3-lean-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/lean/rpi3-lean-openwrt.config -------------------------------------------------------------------------------- /config/lean/rpi4-lean-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/lean/rpi4-lean-openwrt.config -------------------------------------------------------------------------------- /config/offical-19.07/rpi3-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/offical-19.07/rpi3-offical-openwrt.config -------------------------------------------------------------------------------- /config/offical-19.07/rpi4-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/offical-19.07/rpi4-offical-openwrt.config -------------------------------------------------------------------------------- /config/offical/rpi3-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/offical/rpi3-offical-openwrt.config -------------------------------------------------------------------------------- /config/offical/rpi4-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/offical/rpi4-offical-openwrt.config -------------------------------------------------------------------------------- /config/old/rpi3-lean-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/old/rpi3-lean-openwrt.config -------------------------------------------------------------------------------- /config/old/rpi3-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/old/rpi3-offical-openwrt.config -------------------------------------------------------------------------------- /config/old/rpi4-lean-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/old/rpi4-lean-openwrt.config -------------------------------------------------------------------------------- /config/old/rpi4-offical-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/old/rpi4-offical-openwrt.config -------------------------------------------------------------------------------- /config/opkg/distfeeds-18.06-local.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/opkg/distfeeds-18.06-local.conf -------------------------------------------------------------------------------- /config/opkg/distfeeds-18.06-remote.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/opkg/distfeeds-18.06-remote.conf -------------------------------------------------------------------------------- /config/opkg/distfeeds-19.07-local.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/opkg/distfeeds-19.07-local.conf -------------------------------------------------------------------------------- /config/opkg/distfeeds-19.07-remote.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/opkg/distfeeds-19.07-remote.conf -------------------------------------------------------------------------------- /config/project/rpi3-project-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/project/rpi3-project-openwrt.config -------------------------------------------------------------------------------- /config/project/rpi4-project-openwrt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/config/project/rpi4-project-openwrt.config -------------------------------------------------------------------------------- /old-workflows/build-rpi3-lean-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/old-workflows/build-rpi3-lean-openwrt.yml -------------------------------------------------------------------------------- /old-workflows/build-rpi3-offical-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/old-workflows/build-rpi3-offical-openwrt.yml -------------------------------------------------------------------------------- /old-workflows/build-rpi4-lean-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/old-workflows/build-rpi4-lean-openwrt.yml -------------------------------------------------------------------------------- /old-workflows/build-rpi4-offical-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/old-workflows/build-rpi4-offical-openwrt.yml -------------------------------------------------------------------------------- /scripts/convert-translation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/convert-translation.sh -------------------------------------------------------------------------------- /scripts/enable-rpi4-wifi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/enable-rpi4-wifi.sh -------------------------------------------------------------------------------- /scripts/lean-openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/lean-openwrt.sh -------------------------------------------------------------------------------- /scripts/offical-openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/offical-openwrt.sh -------------------------------------------------------------------------------- /scripts/old/convert_translation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/old/convert_translation.sh -------------------------------------------------------------------------------- /scripts/old/lean-openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/old/lean-openwrt.sh -------------------------------------------------------------------------------- /scripts/old/offical-openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/old/offical-openwrt.sh -------------------------------------------------------------------------------- /scripts/project-openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/project-openwrt.sh -------------------------------------------------------------------------------- /scripts/remove-upx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scenerycm/OpenWrt-Raspi/HEAD/scripts/remove-upx.sh --------------------------------------------------------------------------------