├── .github ├── ISSUE_TEMPLATE │ └── model.yml └── workflows │ ├── daily-check-beta.yml │ ├── daily-check-stable.yml │ ├── download.yml │ └── issue-model.yml ├── .gitignore ├── README.md ├── history ├── ac_mtk │ ├── beta-1.3_2024080500.json │ ├── beta-1.3_2025011000.json │ ├── beta-1.3_2025090800.json │ ├── beta-1.3_2025102200.json │ └── stable-1.3_2024080500.json ├── ap_mtk │ ├── beta-8.0_2024081000.json │ ├── beta-8.0_2024082800.json │ ├── beta-8.0_2024091800.json │ ├── beta-8.0_2024110900.json │ ├── beta-8.0_2024120200.json │ ├── beta-8.0_2024123100.json │ ├── beta-8.0_2025043000.json │ ├── beta-8.0_2025052000.json │ ├── beta-8.0_2025070900.json │ ├── beta-8.0_2025080300.json │ ├── beta-8.0_2025080600.json │ ├── beta-8.0_2025082600.json │ ├── beta-8.0_2025090700.json │ ├── beta-8.0_2025091000.json │ ├── beta-8.0_2025102100.json │ ├── beta-8.0_2025110300.json │ ├── beta-8.1_2025072300.json │ ├── beta-8.1_2025080300.json │ ├── beta-8.1_2025082600.json │ ├── beta-8.1_2025082700.json │ ├── beta-8.1_2025090700.json │ ├── beta-8.1_2025091000.json │ ├── beta-8.1_2025102100.json │ ├── beta-8.1_2025110300.json │ ├── stable-7.4_2023092700.json │ └── stable-8.0_2024081000.json ├── ap_qcom │ ├── beta-8.0_2024081000.json │ ├── beta-8.0_2024082800.json │ ├── beta-8.0_2024110900.json │ ├── beta-8.0_2024120200.json │ ├── beta-8.0_2024123100.json │ ├── beta-8.0_2025043000.json │ ├── beta-8.0_2025052000.json │ ├── beta-8.0_2025071000.json │ ├── beta-8.0_2025080300.json │ ├── beta-8.0_2025082600.json │ ├── beta-8.0_2025090700.json │ ├── beta-8.0_2025102100.json │ ├── beta-8.1_2025081500.json │ ├── beta-8.1_2025082700.json │ ├── beta-8.1_2025090700.json │ ├── beta-8.1_2025102100.json │ └── stable-8.0_2024081000.json ├── beta.json ├── bridge │ ├── beta-2.0_2021062100.json │ └── stable-1.5_2018072600.json ├── gateway │ ├── beta-3.1_2024080600.json │ ├── beta-3.1_2025011000.json │ ├── stable-3.1_2021111900.json │ └── stable-3.1_2024080600.json ├── mini_router_mtk │ └── beta-2.0_2021111800.json ├── router │ ├── stable-8.0.50.json │ └── stable-8.0.76.json ├── shenqi │ ├── beta-2.1_2021062100.json │ └── stable-1.4_2018072600.json └── stable.json └── modelsMap.json /.github/ISSUE_TEMPLATE/model.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/.github/ISSUE_TEMPLATE/model.yml -------------------------------------------------------------------------------- /.github/workflows/daily-check-beta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/.github/workflows/daily-check-beta.yml -------------------------------------------------------------------------------- /.github/workflows/daily-check-stable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/.github/workflows/daily-check-stable.yml -------------------------------------------------------------------------------- /.github/workflows/download.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/.github/workflows/download.yml -------------------------------------------------------------------------------- /.github/workflows/issue-model.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/.github/workflows/issue-model.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/README.md -------------------------------------------------------------------------------- /history/ac_mtk/beta-1.3_2024080500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ac_mtk/beta-1.3_2024080500.json -------------------------------------------------------------------------------- /history/ac_mtk/beta-1.3_2025011000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ac_mtk/beta-1.3_2025011000.json -------------------------------------------------------------------------------- /history/ac_mtk/beta-1.3_2025090800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ac_mtk/beta-1.3_2025090800.json -------------------------------------------------------------------------------- /history/ac_mtk/beta-1.3_2025102200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ac_mtk/beta-1.3_2025102200.json -------------------------------------------------------------------------------- /history/ac_mtk/stable-1.3_2024080500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ac_mtk/stable-1.3_2024080500.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024081000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024081000.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024082800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024082800.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024091800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024091800.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024110900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024110900.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024120200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024120200.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2024123100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2024123100.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025043000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025043000.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025052000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025052000.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025070900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025070900.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025080300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025080300.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025080600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025080600.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025082600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025082600.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025090700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025090700.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025091000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025091000.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025102100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025102100.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.0_2025110300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.0_2025110300.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025072300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025072300.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025080300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025080300.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025082600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025082600.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025082700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025082700.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025090700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025090700.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025091000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025091000.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025102100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025102100.json -------------------------------------------------------------------------------- /history/ap_mtk/beta-8.1_2025110300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/beta-8.1_2025110300.json -------------------------------------------------------------------------------- /history/ap_mtk/stable-7.4_2023092700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/stable-7.4_2023092700.json -------------------------------------------------------------------------------- /history/ap_mtk/stable-8.0_2024081000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_mtk/stable-8.0_2024081000.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2024081000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2024081000.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2024082800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2024082800.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2024110900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2024110900.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2024120200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2024120200.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2024123100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2024123100.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025043000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025043000.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025052000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025052000.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025071000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025071000.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025080300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025080300.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025082600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025082600.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025090700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025090700.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.0_2025102100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.0_2025102100.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.1_2025081500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.1_2025081500.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.1_2025082700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.1_2025082700.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.1_2025090700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.1_2025090700.json -------------------------------------------------------------------------------- /history/ap_qcom/beta-8.1_2025102100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/beta-8.1_2025102100.json -------------------------------------------------------------------------------- /history/ap_qcom/stable-8.0_2024081000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/ap_qcom/stable-8.0_2024081000.json -------------------------------------------------------------------------------- /history/beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/beta.json -------------------------------------------------------------------------------- /history/bridge/beta-2.0_2021062100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/bridge/beta-2.0_2021062100.json -------------------------------------------------------------------------------- /history/bridge/stable-1.5_2018072600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/bridge/stable-1.5_2018072600.json -------------------------------------------------------------------------------- /history/gateway/beta-3.1_2024080600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/gateway/beta-3.1_2024080600.json -------------------------------------------------------------------------------- /history/gateway/beta-3.1_2025011000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/gateway/beta-3.1_2025011000.json -------------------------------------------------------------------------------- /history/gateway/stable-3.1_2021111900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/gateway/stable-3.1_2021111900.json -------------------------------------------------------------------------------- /history/gateway/stable-3.1_2024080600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/gateway/stable-3.1_2024080600.json -------------------------------------------------------------------------------- /history/mini_router_mtk/beta-2.0_2021111800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/mini_router_mtk/beta-2.0_2021111800.json -------------------------------------------------------------------------------- /history/router/stable-8.0.50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/router/stable-8.0.50.json -------------------------------------------------------------------------------- /history/router/stable-8.0.76.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/router/stable-8.0.76.json -------------------------------------------------------------------------------- /history/shenqi/beta-2.1_2021062100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/shenqi/beta-2.1_2021062100.json -------------------------------------------------------------------------------- /history/shenqi/stable-1.4_2018072600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/shenqi/stable-1.4_2018072600.json -------------------------------------------------------------------------------- /history/stable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/history/stable.json -------------------------------------------------------------------------------- /modelsMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-fork/gecoos-firmware/HEAD/modelsMap.json --------------------------------------------------------------------------------