├── .nojekyll ├── LICENSE ├── README.md ├── misc ├── .versions.json ├── releases │ ├── 19.07.10 │ │ ├── .overview.json │ │ └── targets │ │ │ ├── apm821xx │ │ │ ├── nand │ │ │ │ └── profiles.json │ │ │ └── sata │ │ │ │ └── profiles.json │ │ │ ├── ar71xx │ │ │ ├── generic │ │ │ │ └── profiles.json │ │ │ ├── mikrotik │ │ │ │ └── profiles.json │ │ │ ├── nand │ │ │ │ └── profiles.json │ │ │ └── tiny │ │ │ │ └── profiles.json │ │ │ ├── ath25 │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── ath79 │ │ │ ├── generic │ │ │ │ └── profiles.json │ │ │ └── tiny │ │ │ │ └── profiles.json │ │ │ ├── bcm53xx │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── brcm2708 │ │ │ ├── bcm2708 │ │ │ │ └── profiles.json │ │ │ ├── bcm2709 │ │ │ │ └── profiles.json │ │ │ └── bcm2710 │ │ │ │ └── profiles.json │ │ │ ├── brcm47xx │ │ │ ├── generic │ │ │ │ └── profiles.json │ │ │ ├── legacy │ │ │ │ └── profiles.json │ │ │ └── mips74k │ │ │ │ └── profiles.json │ │ │ ├── brcm63xx │ │ │ ├── generic │ │ │ │ └── profiles.json │ │ │ └── smp │ │ │ │ └── profiles.json │ │ │ ├── gemini │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── imx6 │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── ipq40xx │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── ipq806x │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── kirkwood │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── lantiq │ │ │ ├── ase │ │ │ │ └── profiles.json │ │ │ ├── falcon │ │ │ │ └── profiles.json │ │ │ ├── xrx200 │ │ │ │ └── profiles.json │ │ │ └── xway │ │ │ │ └── profiles.json │ │ │ ├── layerscape │ │ │ ├── armv7 │ │ │ │ └── profiles.json │ │ │ └── armv8_64b │ │ │ │ └── profiles.json │ │ │ ├── mediatek │ │ │ ├── mt7622 │ │ │ │ └── profiles.json │ │ │ └── mt7623 │ │ │ │ └── profiles.json │ │ │ ├── mpc85xx │ │ │ ├── generic │ │ │ │ └── profiles.json │ │ │ ├── p1020 │ │ │ │ └── profiles.json │ │ │ └── p2020 │ │ │ │ └── profiles.json │ │ │ ├── mvebu │ │ │ ├── cortexa53 │ │ │ │ └── profiles.json │ │ │ ├── cortexa72 │ │ │ │ └── profiles.json │ │ │ └── cortexa9 │ │ │ │ └── profiles.json │ │ │ ├── octeon │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── omap │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── pistachio │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── ramips │ │ │ ├── mt7620 │ │ │ │ └── profiles.json │ │ │ ├── mt7621 │ │ │ │ └── profiles.json │ │ │ ├── mt76x8 │ │ │ │ └── profiles.json │ │ │ ├── rt288x │ │ │ │ └── profiles.json │ │ │ ├── rt305x │ │ │ │ └── profiles.json │ │ │ └── rt3883 │ │ │ │ └── profiles.json │ │ │ ├── rb532 │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ ├── sunxi │ │ │ ├── cortexa53 │ │ │ │ └── profiles.json │ │ │ ├── cortexa7 │ │ │ │ └── profiles.json │ │ │ └── cortexa8 │ │ │ │ └── profiles.json │ │ │ ├── tegra │ │ │ └── generic │ │ │ │ └── profiles.json │ │ │ └── zynq │ │ │ └── generic │ │ │ └── profiles.json │ └── 23.05.4 │ │ ├── .overview.json │ │ └── targets │ │ ├── apm821xx │ │ ├── nand │ │ │ └── profiles.json │ │ └── sata │ │ │ └── profiles.json │ │ ├── armsr │ │ ├── armv7 │ │ │ └── profiles.json │ │ └── armv8 │ │ │ └── profiles.json │ │ ├── at91 │ │ ├── sam9x │ │ │ └── profiles.json │ │ ├── sama5 │ │ │ └── profiles.json │ │ └── sama7 │ │ │ └── profiles.json │ │ ├── ath79 │ │ ├── generic │ │ │ └── profiles.json │ │ ├── mikrotik │ │ │ └── profiles.json │ │ ├── nand │ │ │ └── profiles.json │ │ └── tiny │ │ │ └── profiles.json │ │ ├── bcm27xx │ │ ├── bcm2708 │ │ │ └── profiles.json │ │ ├── bcm2709 │ │ │ └── profiles.json │ │ ├── bcm2710 │ │ │ └── profiles.json │ │ └── bcm2711 │ │ │ └── profiles.json │ │ ├── bcm47xx │ │ ├── generic │ │ │ └── profiles.json │ │ ├── legacy │ │ │ └── profiles.json │ │ └── mips74k │ │ │ └── profiles.json │ │ ├── bcm4908 │ │ └── generic │ │ │ └── profiles.json │ │ ├── bcm53xx │ │ └── generic │ │ │ └── profiles.json │ │ ├── bcm63xx │ │ ├── generic │ │ │ └── profiles.json │ │ └── smp │ │ │ └── profiles.json │ │ ├── bmips │ │ ├── bcm6318 │ │ │ └── profiles.json │ │ ├── bcm63268 │ │ │ └── profiles.json │ │ ├── bcm6328 │ │ │ └── profiles.json │ │ ├── bcm6358 │ │ │ └── profiles.json │ │ ├── bcm6362 │ │ │ └── profiles.json │ │ └── bcm6368 │ │ │ └── profiles.json │ │ ├── gemini │ │ └── generic │ │ │ └── profiles.json │ │ ├── imx │ │ ├── cortexa7 │ │ │ └── profiles.json │ │ └── cortexa9 │ │ │ └── profiles.json │ │ ├── ipq40xx │ │ ├── chromium │ │ │ └── profiles.json │ │ ├── generic │ │ │ └── profiles.json │ │ └── mikrotik │ │ │ └── profiles.json │ │ ├── ipq806x │ │ ├── chromium │ │ │ └── profiles.json │ │ └── generic │ │ │ └── profiles.json │ │ ├── ipq807x │ │ └── generic │ │ │ └── profiles.json │ │ ├── kirkwood │ │ └── generic │ │ │ └── profiles.json │ │ ├── lantiq │ │ ├── xrx200 │ │ │ └── profiles.json │ │ └── xway │ │ │ └── profiles.json │ │ ├── layerscape │ │ ├── armv7 │ │ │ └── profiles.json │ │ └── armv8_64b │ │ │ └── profiles.json │ │ ├── mediatek │ │ ├── filogic │ │ │ └── profiles.json │ │ ├── mt7622 │ │ │ └── profiles.json │ │ ├── mt7623 │ │ │ └── profiles.json │ │ └── mt7629 │ │ │ └── profiles.json │ │ ├── mpc85xx │ │ ├── p1010 │ │ │ └── profiles.json │ │ ├── p1020 │ │ │ └── profiles.json │ │ └── p2020 │ │ │ └── profiles.json │ │ ├── mvebu │ │ ├── cortexa53 │ │ │ └── profiles.json │ │ ├── cortexa72 │ │ │ └── profiles.json │ │ └── cortexa9 │ │ │ └── profiles.json │ │ ├── mxs │ │ └── generic │ │ │ └── profiles.json │ │ ├── octeon │ │ └── generic │ │ │ └── profiles.json │ │ ├── oxnas │ │ └── ox820 │ │ │ └── profiles.json │ │ ├── pistachio │ │ └── generic │ │ │ └── profiles.json │ │ ├── ramips │ │ ├── mt7620 │ │ │ └── profiles.json │ │ ├── mt7621 │ │ │ └── profiles.json │ │ ├── mt76x8 │ │ │ └── profiles.json │ │ ├── rt305x │ │ │ └── profiles.json │ │ └── rt3883 │ │ │ └── profiles.json │ │ ├── realtek │ │ ├── rtl838x │ │ │ └── profiles.json │ │ ├── rtl839x │ │ │ └── profiles.json │ │ └── rtl930x │ │ │ └── profiles.json │ │ ├── rockchip │ │ └── armv8 │ │ │ └── profiles.json │ │ ├── sifiveu │ │ └── generic │ │ │ └── profiles.json │ │ ├── sunxi │ │ ├── cortexa53 │ │ │ └── profiles.json │ │ ├── cortexa7 │ │ │ └── profiles.json │ │ └── cortexa8 │ │ │ └── profiles.json │ │ ├── tegra │ │ └── generic │ │ │ └── profiles.json │ │ ├── x86 │ │ ├── 64 │ │ │ └── profiles.json │ │ ├── generic │ │ │ └── profiles.json │ │ ├── geode │ │ │ └── profiles.json │ │ └── legacy │ │ │ └── profiles.json │ │ └── zynq │ │ └── generic │ │ └── profiles.json └── screenshot.png └── www ├── config.js ├── favicon.ico ├── index.css ├── index.html ├── index.js ├── langs ├── ar.json ├── ast.json ├── bg.json ├── bn.json ├── ca.json ├── cs.json ├── da.json ├── de.json ├── el.json ├── en.json ├── es.json ├── fa.json ├── fi.json ├── fil.json ├── fr.json ├── ga.json ├── gl.json ├── hi.json ├── hu.json ├── id.json ├── it.json ├── ja.json ├── ka.json ├── ko.json ├── lt.json ├── lv.json ├── ml.json ├── mr.json ├── nl.json ├── no.json ├── pl.json ├── pt-br.json ├── pt.json ├── ro.json ├── ru.json ├── sgs.json ├── sk.json ├── sr.json ├── sv.json ├── sw.json ├── ta.json ├── te.json ├── tr.json ├── uk.json ├── vi.json ├── zh-cn.json └── zh-tw.json ├── logo.svg └── uci-defaults └── setup.sh /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/README.md -------------------------------------------------------------------------------- /misc/.versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/.versions.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/.overview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/.overview.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/apm821xx/nand/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/apm821xx/nand/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/apm821xx/sata/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/apm821xx/sata/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ar71xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ar71xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ar71xx/mikrotik/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ar71xx/mikrotik/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ar71xx/nand/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ar71xx/nand/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ar71xx/tiny/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ar71xx/tiny/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ath25/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ath25/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ath79/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ath79/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ath79/tiny/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ath79/tiny/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/bcm53xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/bcm53xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm2708/bcm2708/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm2708/bcm2708/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm2708/bcm2709/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm2708/bcm2709/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm2708/bcm2710/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm2708/bcm2710/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm47xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm47xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm47xx/legacy/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm47xx/legacy/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm47xx/mips74k/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm47xx/mips74k/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm63xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm63xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/brcm63xx/smp/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/brcm63xx/smp/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/gemini/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/gemini/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/imx6/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/imx6/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ipq40xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ipq40xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ipq806x/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ipq806x/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/kirkwood/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/kirkwood/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/lantiq/ase/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/lantiq/ase/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/lantiq/falcon/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/lantiq/falcon/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/lantiq/xrx200/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/lantiq/xrx200/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/lantiq/xway/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/lantiq/xway/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/layerscape/armv7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/layerscape/armv7/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/layerscape/armv8_64b/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/layerscape/armv8_64b/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mediatek/mt7622/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mediatek/mt7622/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mediatek/mt7623/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mediatek/mt7623/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mpc85xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mpc85xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mpc85xx/p1020/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mpc85xx/p1020/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mpc85xx/p2020/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mpc85xx/p2020/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mvebu/cortexa53/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mvebu/cortexa53/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mvebu/cortexa72/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mvebu/cortexa72/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/mvebu/cortexa9/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/mvebu/cortexa9/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/octeon/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/octeon/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/omap/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/omap/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/pistachio/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/pistachio/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/mt7620/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/mt7620/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/mt7621/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/mt7621/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/mt76x8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/mt76x8/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/rt288x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/rt288x/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/rt305x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/rt305x/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/ramips/rt3883/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/ramips/rt3883/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/rb532/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/rb532/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/sunxi/cortexa53/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/sunxi/cortexa53/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/sunxi/cortexa7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/sunxi/cortexa7/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/sunxi/cortexa8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/sunxi/cortexa8/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/tegra/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/tegra/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/19.07.10/targets/zynq/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/19.07.10/targets/zynq/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/.overview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/.overview.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/apm821xx/nand/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/apm821xx/nand/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/apm821xx/sata/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/apm821xx/sata/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/armsr/armv7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/armsr/armv7/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/armsr/armv8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/armsr/armv8/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/at91/sam9x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/at91/sam9x/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/at91/sama5/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/at91/sama5/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/at91/sama7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/at91/sama7/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ath79/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ath79/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ath79/mikrotik/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ath79/mikrotik/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ath79/nand/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ath79/nand/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ath79/tiny/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ath79/tiny/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm27xx/bcm2708/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm27xx/bcm2708/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm27xx/bcm2709/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm27xx/bcm2709/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm27xx/bcm2710/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm27xx/bcm2710/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm27xx/bcm2711/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm27xx/bcm2711/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm47xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm47xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm47xx/legacy/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm47xx/legacy/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm47xx/mips74k/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm47xx/mips74k/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm4908/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm4908/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm53xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm53xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm63xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm63xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bcm63xx/smp/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bcm63xx/smp/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm6318/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm6318/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm63268/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm63268/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm6328/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm6328/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm6358/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm6358/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm6362/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm6362/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/bmips/bcm6368/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/bmips/bcm6368/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/gemini/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/gemini/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/imx/cortexa7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/imx/cortexa7/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/imx/cortexa9/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/imx/cortexa9/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq40xx/chromium/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq40xx/chromium/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq40xx/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq40xx/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq40xx/mikrotik/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq40xx/mikrotik/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq806x/chromium/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq806x/chromium/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq806x/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq806x/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ipq807x/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ipq807x/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/kirkwood/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/kirkwood/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/lantiq/xrx200/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/lantiq/xrx200/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/lantiq/xway/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/lantiq/xway/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/layerscape/armv7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/layerscape/armv7/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/layerscape/armv8_64b/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/layerscape/armv8_64b/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mediatek/filogic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mediatek/filogic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mediatek/mt7622/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mediatek/mt7622/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mediatek/mt7623/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mediatek/mt7623/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mediatek/mt7629/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mediatek/mt7629/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mpc85xx/p1010/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mpc85xx/p1010/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mpc85xx/p1020/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mpc85xx/p1020/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mpc85xx/p2020/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mpc85xx/p2020/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mvebu/cortexa53/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mvebu/cortexa53/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mvebu/cortexa72/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mvebu/cortexa72/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mvebu/cortexa9/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mvebu/cortexa9/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/mxs/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/mxs/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/octeon/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/octeon/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/oxnas/ox820/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/oxnas/ox820/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/pistachio/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/pistachio/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ramips/mt7620/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ramips/mt7620/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ramips/mt7621/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ramips/mt7621/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ramips/mt76x8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ramips/mt76x8/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ramips/rt305x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ramips/rt305x/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/ramips/rt3883/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/ramips/rt3883/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/realtek/rtl838x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/realtek/rtl838x/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/realtek/rtl839x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/realtek/rtl839x/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/realtek/rtl930x/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/realtek/rtl930x/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/rockchip/armv8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/rockchip/armv8/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/sifiveu/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/sifiveu/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/sunxi/cortexa53/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/sunxi/cortexa53/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/sunxi/cortexa7/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/sunxi/cortexa7/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/sunxi/cortexa8/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/sunxi/cortexa8/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/tegra/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/tegra/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/x86/64/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/x86/64/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/x86/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/x86/generic/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/x86/geode/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/x86/geode/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/x86/legacy/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/x86/legacy/profiles.json -------------------------------------------------------------------------------- /misc/releases/23.05.4/targets/zynq/generic/profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/releases/23.05.4/targets/zynq/generic/profiles.json -------------------------------------------------------------------------------- /misc/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/misc/screenshot.png -------------------------------------------------------------------------------- /www/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/config.js -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/index.css -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/index.html -------------------------------------------------------------------------------- /www/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/index.js -------------------------------------------------------------------------------- /www/langs/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ar.json -------------------------------------------------------------------------------- /www/langs/ast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ast.json -------------------------------------------------------------------------------- /www/langs/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/bg.json -------------------------------------------------------------------------------- /www/langs/bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/bn.json -------------------------------------------------------------------------------- /www/langs/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ca.json -------------------------------------------------------------------------------- /www/langs/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/cs.json -------------------------------------------------------------------------------- /www/langs/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/da.json -------------------------------------------------------------------------------- /www/langs/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/de.json -------------------------------------------------------------------------------- /www/langs/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/el.json -------------------------------------------------------------------------------- /www/langs/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/en.json -------------------------------------------------------------------------------- /www/langs/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/es.json -------------------------------------------------------------------------------- /www/langs/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/fa.json -------------------------------------------------------------------------------- /www/langs/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/fi.json -------------------------------------------------------------------------------- /www/langs/fil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/fil.json -------------------------------------------------------------------------------- /www/langs/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/fr.json -------------------------------------------------------------------------------- /www/langs/ga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ga.json -------------------------------------------------------------------------------- /www/langs/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/gl.json -------------------------------------------------------------------------------- /www/langs/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/hi.json -------------------------------------------------------------------------------- /www/langs/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/hu.json -------------------------------------------------------------------------------- /www/langs/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/id.json -------------------------------------------------------------------------------- /www/langs/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/it.json -------------------------------------------------------------------------------- /www/langs/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ja.json -------------------------------------------------------------------------------- /www/langs/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ka.json -------------------------------------------------------------------------------- /www/langs/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ko.json -------------------------------------------------------------------------------- /www/langs/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/lt.json -------------------------------------------------------------------------------- /www/langs/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/lv.json -------------------------------------------------------------------------------- /www/langs/ml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ml.json -------------------------------------------------------------------------------- /www/langs/mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/mr.json -------------------------------------------------------------------------------- /www/langs/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/nl.json -------------------------------------------------------------------------------- /www/langs/no.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/no.json -------------------------------------------------------------------------------- /www/langs/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/pl.json -------------------------------------------------------------------------------- /www/langs/pt-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/pt-br.json -------------------------------------------------------------------------------- /www/langs/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/pt.json -------------------------------------------------------------------------------- /www/langs/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ro.json -------------------------------------------------------------------------------- /www/langs/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ru.json -------------------------------------------------------------------------------- /www/langs/sgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/sgs.json -------------------------------------------------------------------------------- /www/langs/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/sk.json -------------------------------------------------------------------------------- /www/langs/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/sr.json -------------------------------------------------------------------------------- /www/langs/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/sv.json -------------------------------------------------------------------------------- /www/langs/sw.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /www/langs/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/ta.json -------------------------------------------------------------------------------- /www/langs/te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/te.json -------------------------------------------------------------------------------- /www/langs/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/tr.json -------------------------------------------------------------------------------- /www/langs/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/uk.json -------------------------------------------------------------------------------- /www/langs/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/vi.json -------------------------------------------------------------------------------- /www/langs/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/zh-cn.json -------------------------------------------------------------------------------- /www/langs/zh-tw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/langs/zh-tw.json -------------------------------------------------------------------------------- /www/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/logo.svg -------------------------------------------------------------------------------- /www/uci-defaults/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwarning/openwrt-firmware-selector/HEAD/www/uci-defaults/setup.sh --------------------------------------------------------------------------------